Added dem_unknown to demo messages enum

This commit is contained in:
Jordan Cristiano 2015-05-27 23:10:58 -04:00
parent 6304643a89
commit 4a2922edaa
1 changed files with 2 additions and 1 deletions

View File

@ -39,8 +39,9 @@
// Demo messages
enum
{
dem_unknown = 0,
// it's a startup message, process as fast as possible
dem_signon = 1,
dem_signon,
// it's a normal network packet that we stored off
dem_packet,
// sync client clock to demo tick