no robots for a while

This commit is contained in:
ehouse 2004-09-24 01:35:54 +00:00
parent 7f17483c89
commit 650ccbf0ca

View file

@ -241,7 +241,12 @@ gi_initPlayerInfo( MPFORMAL CurGameInfo* gi, XP_UCHAR* nameTemplate )
fp->name = copyString( MPPARM(mpool) buf ); fp->name = copyString( MPPARM(mpool) buf );
} }
#if defined XW_TARGET_PNO || defined FEATURE_PNOAND68K
/* temporary */
fp->isRobot = XP_FALSE;
#else
fp->isRobot = (i == 0); /* one robot */ fp->isRobot = (i == 0); /* one robot */
#endif
fp->isLocal = XP_TRUE; fp->isLocal = XP_TRUE;
fp->secondsUsed = 0; fp->secondsUsed = 0;
} }