- switched the menu code over to the data types of the event system.
Note that this will require adjustment of all menu code which overrides the Responder method!
This commit is contained in:
parent
4f97db74f2
commit
9d6b5f7015
16 changed files with 389 additions and 541 deletions
|
|
@ -2676,7 +2676,7 @@ void Net_DoCommand (int type, BYTE **stream, int player)
|
|||
int arg[3] = { 0, 0, 0 };
|
||||
for (int i = 0; i < 3; i++)
|
||||
arg[i] = ReadLong(stream);
|
||||
bool manual = ReadByte(stream);
|
||||
bool manual = !!ReadByte(stream);
|
||||
E_Console(player, s, arg[0], arg[1], arg[2], manual);
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue