diff --git a/rott/rt_ted.c b/rott/rt_ted.c index dfd219f..a70dd01 100644 --- a/rott/rt_ted.c +++ b/rott/rt_ted.c @@ -5196,10 +5196,10 @@ void InitializePlayerstates(void) { pstate=&PLAYERSTATE[i]; if ( - (pstate->missileweapon == wp_godhand) + pstate->missileweapon == wp_godhand #if (SHAREWARE == 0) || - (pstate->missileweapon == wp_dog) + pstate->missileweapon == wp_dog #endif ) {