- Fixed: Pressing a key to advance an intermission screen only worked on
the local computer. SVN r3328 (trunk)
This commit is contained in:
parent
2f8d6beb1e
commit
8e8331d44c
5 changed files with 37 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue