fix IGT start detection
This commit is contained in:
parent
aa49ed145f
commit
8318dd19e1
@ -59,7 +59,7 @@ namespace rabi_splitter_WPF
|
||||
|
||||
if (gameState.CurrentActivityIs(GameActivity.STARTING)) {
|
||||
// Detect start game
|
||||
if (snapshot.playtime < 200)
|
||||
if (0 < snapshot.playtime && snapshot.playtime < 200)
|
||||
{
|
||||
gameState.currentActivity = GameActivity.WALKING;
|
||||
DebugLog("IGT start?");
|
||||
|
Loading…
x
Reference in New Issue
Block a user