aboutsummaryrefslogtreecommitdiff
path: root/hgehelp/hgegui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hgehelp/hgegui.cpp')
-rw-r--r--hgehelp/hgegui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/hgehelp/hgegui.cpp b/hgehelp/hgegui.cpp
index 3867d71..2faf24c 100644
--- a/hgehelp/hgegui.cpp
+++ b/hgehelp/hgegui.cpp
@@ -7,7 +7,7 @@
*/
-#include "../../include/hgegui.h"
+#include "hgegui.h"
HGE *hgeGUI::hge=0;
@@ -279,7 +279,7 @@ int hgeGUI::Update(float dt)
}
}
-// Handle keys
+// Handle keys
key=hge->Input_GetKey();
if(((navmode & HGEGUI_LEFTRIGHT) && key==HGEK_LEFT) ||