mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
first player robot again by default
This commit is contained in:
parent
bba0109f7f
commit
96d1e7870a
1 changed files with 0 additions and 5 deletions
|
@ -241,12 +241,7 @@ 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