Skip to content

Commit 1084edd

Browse files
committed
Heretic umapinfo: define endpic
1 parent b3a89a2 commit 1084edd

File tree

1 file changed

+3
-0
lines changed
  • prboom2/src/dsda/mapinfo

1 file changed

+3
-0
lines changed

prboom2/src/dsda/mapinfo/u.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ extern int finalecount;
219219
extern const char* finaletext;
220220
extern const char* finaleflat;
221221
extern const char* finalepatch;
222+
extern const char* endpic;
222223
extern int acceleratestage;
223224
extern int midstage;
224225

@@ -246,6 +247,8 @@ int dsda_UStartFinale(void) {
246247

247248
if (!finaleflat)
248249
finaleflat = "FLOOR4_8"; // use a single fallback for all maps.
250+
251+
endpic = gamemapinfo->endpic;
249252

250253
return true;
251254
}

0 commit comments

Comments
 (0)