This is called when the game requested to end the current tick early. This can be caused by loading a new save game or exceptions.
| 284 | // This is called when the game requested to end the current tick early. |
| 285 | // This can be caused by loading a new save game or exceptions. |
| 286 | static void tickInterrupted() |
| 287 | { |
| 288 | EntityTweener::get().reset(); |
| 289 | Logging::info("Tick interrupted"); |
| 290 | } |
| 291 | |
| 292 | // 0x0046A794 |
| 293 | static void tick() |