player direction var fix

This commit is contained in:
Ruben Müller 2011-08-21 17:58:18 +02:00
parent a92faf5afe
commit d6039ae7e4

View file

@ -15,9 +15,9 @@
; Player directions
#PLAYER_DIR_UP = 0
#PLAYER_DIR_RIGHT = 0
#PLAYER_DIR_DOWN = 0
#PLAYER_DIR_LEFT = 0
#PLAYER_DIR_RIGHT = 1
#PLAYER_DIR_DOWN = 2
#PLAYER_DIR_LEFT = 3
; Global variables
Global Fullscreen = 0