aboutsummaryrefslogtreecommitdiff
path: root/sword2/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/console.h')
-rw-r--r--sword2/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/console.h b/sword2/console.h
index d445b977f5..ca8879806c 100644
--- a/sword2/console.h
+++ b/sword2/console.h
@@ -44,7 +44,7 @@ private:
int32 _showVar[MAX_SHOWVARS];
- uint8 _debugTextBlocks[MAX_DEBUG_TEXTS];
+ byte _debugTextBlocks[MAX_DEBUG_TEXTS];
void clearDebugTextBlocks(void);
void makeDebugTextBlock(char *text, int16 x, int16 y);