changeset 10266 | a90a55ec5b98 |
parent 10176 | ea022e9483c2 |
child 10273 | 99032c5be7ba |
10265:7e8d4cd76ce7 | 10266:a90a55ec5b98 |
---|---|
85 if GameType = gmtSave then |
85 if GameType = gmtSave then |
86 SetSound(false); |
86 SetSound(false); |
87 FinishProgress; |
87 FinishProgress; |
88 PlayMusic; |
88 PlayMusic; |
89 SetScale(zoom); |
89 SetScale(zoom); |
90 updateViewLimits; |
|
90 ScriptCall('onGameStart'); |
91 ScriptCall('onGameStart'); |
91 GameState:= gsGame; |
92 GameState:= gsGame; |
92 end; |
93 end; |
93 gsConfirm, gsGame, gsChat: |
94 gsConfirm, gsGame, gsChat: |
94 begin |
95 begin |