- Fixed: Pressing a key to advance an intermission screen only worked on

the local computer.



SVN r3328 (trunk)
This commit is contained in:
Randy Heit 2011-12-06 02:51:32 +00:00
commit 8e8331d44c
5 changed files with 37 additions and 3 deletions

View file

@ -160,6 +160,7 @@ enum EDemoCommand
DEM_CONVNULL, // 61
DEM_RUNSPECIAL, // 62 Byte: Special number, Byte: Arg count, Ints: Args
DEM_SETPITCHLIMIT, // 63 Byte: Up limit, Byte: Down limit (in degrees)
DEM_ADVANCEINTER, // 64 Advance intermission screen state
};
// The following are implemented by cht_DoCheat in m_cheat.cpp