Disable some unused code (code used in network play) to bring the plugin size back down to under 512KB on the ipod video - more work needs to be done to further decrease the plugin size.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9683 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2006-04-16 00:59:41 +00:00
parent 4e2a74c2b4
commit 75a1426004

View file

@ -667,6 +667,7 @@ boolean G_Responder (event_t* ev)
//
// killough 11/98: don't autorepeat spy mode switch
#if 0
if (ev->data1 == key_spy && netgame && (demoplayback || !deathmatch) &&
gamestate == GS_LEVEL)
{
@ -686,6 +687,7 @@ boolean G_Responder (event_t* ev)
}
return true;
}
#endif
// any other key pops up menu if in demos
//
@ -1183,6 +1185,8 @@ void G_DoReborn (int playernum)
{
if (!netgame)
gameaction = ga_loadlevel; // reload the level from scratch
(void)playernum;
#if 0
else
{ // respawn at the start
int i;
@ -1217,6 +1221,7 @@ void G_DoReborn (int playernum)
}
P_SpawnPlayer (&playerstarts[playernum]);
}
#endif
}
// DOOM Par Times