Added parsing of dem_stringtables

This commit is contained in:
Jordan Cristiano
2015-05-27 22:58:53 -04:00
parent 2ed3320b84
commit 6304643a89
2 changed files with 70 additions and 14 deletions

View File

@ -44,5 +44,7 @@ enum constants
SIGNONSTATE_PRESPAWN = 4, // received signon buffers
SIGNONSTATE_SPAWN = 5, // ready to receive entity packets
SIGNONSTATE_FULL = 6, // we are fully connected, first non-delta packet received
SIGNONSTATE_CHANGELEVEL = 7 // server is changing level, please wait
SIGNONSTATE_CHANGELEVEL = 7, // server is changing level, please wait
MAX_STRINGTABLE_DATA = 524288 // 2^19
};