mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-31 05:40:44 +00:00
remove test code.
This commit is contained in:
parent
896c73b1e5
commit
d455f57346
1 changed files with 0 additions and 1 deletions
|
@ -460,7 +460,6 @@ void CommitUMapinfo(level_info_t *defaultinfo)
|
|||
if (map.enteranim[0]) levelinfo->EnterAnim = map.enteranim;
|
||||
if (map.exitanim[0]) levelinfo->ExitAnim = map.exitanim;
|
||||
levelinfo->broken_id24_levelnum = 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.
|
||||
if (map.intermusic[0])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue