mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 04:01:31 +00:00
Fix compilation
This commit is contained in:
parent
9f7a8188c5
commit
896c73b1e5
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ void CommitUMapinfo(level_info_t *defaultinfo)
|
||||||
if (map.enteranim[0]) levelinfo->EnterAnim = map.enteranim;
|
if (map.enteranim[0]) levelinfo->EnterAnim = map.enteranim;
|
||||||
if (map.exitanim[0]) levelinfo->ExitAnim = map.exitanim;
|
if (map.exitanim[0]) levelinfo->ExitAnim = map.exitanim;
|
||||||
levelinfo->broken_id24_levelnum = map.id24_levelnum;
|
levelinfo->broken_id24_levelnum = map.id24_levelnum;
|
||||||
Printf("%s: id24 levelnum = %d\n", map.MapName, map.id24_levelnum);
|
Printf("%s: id24 levelnum = %d\n", map.MapName.GetChars(), map.id24_levelnum);
|
||||||
/* UMAPINFO's intermusic is for the text screen, not the summary.
|
/* UMAPINFO's intermusic is for the text screen, not the summary.
|
||||||
if (map.intermusic[0])
|
if (map.intermusic[0])
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue