aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/_console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/_console.cpp')
-rw-r--r--sword2/driver/_console.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/driver/_console.cpp b/sword2/driver/_console.cpp
index fe9bb69cd1..544f90685c 100644
--- a/sword2/driver/_console.cpp
+++ b/sword2/driver/_console.cpp
@@ -64,8 +64,8 @@
uint8 consoleStatus = 0; // 1 - console display
-static uint16 consoley = 0;
-static uint32 consoleSize;
+//static uint16 consoley = 0;
+//static uint32 consoleSize;
static uint8 *consoleSprite = NULL;