changeset 510 | 4e994e1b7abb |
parent 498 | 9c8b385dc9a1 |
child 529 | 812682c1ab62 |
509:fd58135a4407 | 510:4e994e1b7abb |
---|---|
84 if GameType = gmtSave then |
84 if GameType = gmtSave then |
85 begin |
85 begin |
86 isSEBackup:= isSoundEnabled; |
86 isSEBackup:= isSoundEnabled; |
87 isSoundEnabled:= false |
87 isSoundEnabled:= false |
88 end; |
88 end; |
89 FinishProgress; |
|
89 GameState:= gsGame |
90 GameState:= gsGame |
90 end; |
91 end; |
91 gsGame : begin |
92 gsGame : begin |
92 ProcessKbd; |
93 ProcessKbd; |
93 DoGameTick(Lag); |
94 DoGameTick(Lag); |