changeset 7061 | 4e0fc59ab1ce |
parent 7053 | 8c9dcaedc7a8 |
child 7062 | 7efe16575779 |
7060:861d6897917f | 7061:4e0fc59ab1ce |
---|---|
1154 ScreenFadeValue := 0; |
1154 ScreenFadeValue := 0; |
1155 ScreenFadeSpeed := 1; |
1155 ScreenFadeSpeed := 1; |
1156 end; |
1156 end; |
1157 if Gear^.Timer = 0 then |
1157 if Gear^.Timer = 0 then |
1158 begin |
1158 begin |
1159 SendIPC('N'); |
1159 SendIPCc('N'); |
1160 SendIPC('q'); |
1160 SendIPCc('q'); |
1161 GameState := gsExit |
1161 GameState := gsExit |
1162 end |
1162 end |
1163 end; |
1163 end; |
1164 end; |
1164 end; |
1165 if Gear^.Timer = 0 then |
1165 if Gear^.Timer = 0 then |