- 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:
Christoph Oelckers 2017-03-14 12:16:42 +01:00
commit 0ebe98d1e0
6 changed files with 47 additions and 13 deletions

View file

@ -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: