equal
deleted
inserted
replaced
1208 AddCaption(string.format(loc("Turns left: %d"), TurnsLeft), capcolDefault, capgrpGameState) |
1208 AddCaption(string.format(loc("Turns left: %d"), TurnsLeft), capcolDefault, capgrpGameState) |
1209 end |
1209 end |
1210 end |
1210 end |
1211 end |
1211 end |
1212 |
1212 |
1213 function onPreciseLocal() |
1213 function onPrecise() |
1214 if GameTime > 2500 and AnimInProgress() then |
1214 if GameTime > 2500 and AnimInProgress() then |
1215 SetAnimSkip(true) |
1215 SetAnimSkip(true) |
1216 return |
1216 return |
1217 end |
1217 end |
1218 end |
1218 end |