mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
no robots for a while
This commit is contained in:
parent
7f17483c89
commit
650ccbf0ca
1 changed files with 5 additions and 0 deletions
|
@ -241,7 +241,12 @@ gi_initPlayerInfo( MPFORMAL CurGameInfo* gi, XP_UCHAR* nameTemplate )
|
|||
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 */
|
||||
#endif
|
||||
fp->isLocal = XP_TRUE;
|
||||
fp->secondsUsed = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue