Remove debug-related code

This commit is contained in:
fickleheart 2019-02-16 13:58:32 -06:00
parent e7488f8d76
commit b006ac447f
1 changed files with 0 additions and 4 deletions

View File

@ -4742,7 +4742,6 @@ void G_ReadDemoExtraData(void)
M_Memcpy(name, demo_p, 16); M_Memcpy(name, demo_p, 16);
demo_p += 16; demo_p += 16;
SetPlayerSkin(p, name); SetPlayerSkin(p, name);
CONS_Printf("new skin %d %d\n", players[p].kartspeed, players[p].kartweight);
} }
if (extradata & DXD_COLOR) if (extradata & DXD_COLOR)
{ {
@ -4767,9 +4766,6 @@ void G_ReadDemoExtraData(void)
if (extradata & DXD_PLAYSTATE) if (extradata & DXD_PLAYSTATE)
{ {
extradata = READUINT8(demo_p); extradata = READUINT8(demo_p);
CONS_Printf("player state %d %d\n", p, extradata);
// @TODO uhhhhh do something here
switch (extradata) { switch (extradata) {
case DXD_PST_PLAYING: case DXD_PST_PLAYING: