Add OptionEntry Theo Quest
This commit is contained in:
parent
21e04d3352
commit
a69cd0db2a
4 changed files with 5 additions and 5 deletions
|
|
@ -692,7 +692,7 @@ bool NetInit(bool bSinglePlayer)
|
|||
sgGameInitInfo.versionPatch = PROJECT_VERSION_PATCH;
|
||||
sgGameInitInfo.nTickRate = sgOptions.Gameplay.nTickRate;
|
||||
sgGameInitInfo.bRunInTown = *sgOptions.Gameplay.runInTown ? 1 : 0;
|
||||
sgGameInitInfo.bTheoQuest = sgOptions.Gameplay.bTheoQuest ? 1 : 0;
|
||||
sgGameInitInfo.bTheoQuest = *sgOptions.Gameplay.theoQuest ? 1 : 0;
|
||||
sgGameInitInfo.bCowQuest = sgOptions.Gameplay.bCowQuest ? 1 : 0;
|
||||
sgGameInitInfo.bFriendlyFire = sgOptions.Gameplay.bFriendlyFire ? 1 : 0;
|
||||
memset(sgbPlayerTurnBitTbl, 0, sizeof(sgbPlayerTurnBitTbl));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue