- added support for reading JASC palette files. I hope it's correct, considering I have no such files to test. The format should be simple enough, though.
This commit is contained in:
parent
f70d0a6ced
commit
0ebe98d1e0
6 changed files with 47 additions and 13 deletions
|
|
@ -2210,7 +2210,7 @@ void Net_DoCommand (int type, uint8_t **stream, int player)
|
|||
case DEM_SETINV:
|
||||
s = ReadString(stream);
|
||||
i = ReadLong(stream);
|
||||
cht_SetInv(&players[player], s, i, ReadByte(stream));
|
||||
cht_SetInv(&players[player], s, i, !!ReadByte(stream));
|
||||
break;
|
||||
|
||||
case DEM_WARPCHEAT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue