From 4a2922edaa45e305d60cd9bb30fcfadbfe303bc5 Mon Sep 17 00:00:00 2001 From: Jordan Cristiano Date: Wed, 27 May 2015 23:10:58 -0400 Subject: [PATCH] Added dem_unknown to demo messages enum --- demboyz/demotypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demboyz/demotypes.h b/demboyz/demotypes.h index bc50984..ad00dcb 100644 --- a/demboyz/demotypes.h +++ b/demboyz/demotypes.h @@ -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