Removing a call to initialize().

This commit is contained in:
Zuhayr
2015-05-12 13:22:57 +09:30
parent 3184f157e9
commit 6ee97e03a6
-2
View File
@@ -118,8 +118,6 @@
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()