Browse Source

Merge remote-tracking branch 'refs/remotes/origin/development'

MelvMay-GG 12 years ago
parent
commit
4e9a65d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      modules/PointForceControllerToy/1/main.cs

+ 2 - 0
modules/PointForceControllerToy/1/main.cs

@@ -90,6 +90,8 @@ function PointForceControllerToy::reset( %this )
     // Start a timer throwing asteroids.
     if ( PointForceControllerToy.autoSpawnAsteroids )
         %this.startTimer( "createAsteroid", 1000 );
+    else
+        %this.stopTimer();        
 }
 
 //-----------------------------------------------------------------------------