Home
last modified time | relevance | path

Searched refs:standardRandomSeed (Results 1 – 3 of 3) sorted by relevance

/dports/games/galaxyhack/galaxyhack/src/
H A DSettingsStruct.h24 SettingsStruct() {dontWriteSound = false; batch = false; randomSeed = standardRandomSeed;} in SettingsStruct()
H A DGlobalConstants.h36 const int standardRandomSeed = 10113518; variable
H A DSetupBattle.cpp31 globalSettings.randomSeed = standardRandomSeed; in SetupBattle_State()