diff options
-rw-r--r-- | Manifold Garden.asl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Manifold Garden.asl b/Manifold Garden.asl index 14f9ed3..530fa52 100644 --- a/Manifold Garden.asl +++ b/Manifold Garden.asl | |||
@@ -242,6 +242,10 @@ update { | |||
242 | } | 242 | } |
243 | } | 243 | } |
244 | 244 | ||
245 | isLoading { | ||
246 | return current.isLoadingGameFromUI; | ||
247 | } | ||
248 | |||
245 | start { | 249 | start { |
246 | // Start the timer as soon as a game is being loaded (specifically the | 250 | // Start the timer as soon as a game is being loaded (specifically the |
247 | // moment you click a save slot to start a new game in, although it will | 251 | // moment you click a save slot to start a new game in, although it will |