From d6039ae7e463a2572188dc0f65a3251f0d53a055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ruben=20Mu=CC=88ller?= Date: Sun, 21 Aug 2011 17:58:18 +0200 Subject: [PATCH] player direction var fix --- src/Globals.pbi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Globals.pbi b/src/Globals.pbi index 1414a08..bfea62a 100644 --- a/src/Globals.pbi +++ b/src/Globals.pbi @@ -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