This commit is contained in:
Igor Golubkov
2013-07-22 10:26:48 +04:00
parent da14500268
commit 3889716dd6
+2
View File
@@ -125,6 +125,8 @@
pixel_x = (dir & 3)? 0 : (dir == 4 ? -24 : 24)
pixel_y = (dir & 3)? (dir ==1 ? -24 : 24) : 0
update_icon()
if(ticker && ticker.current_state == 3)//if the game is running
src.initialize()
return
first_run()