aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/globals.h')
-rw-r--r--engines/hopkins/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h
index a9fc30ff9c..b8f4714c26 100644
--- a/engines/hopkins/globals.h
+++ b/engines/hopkins/globals.h
@@ -288,7 +288,7 @@ struct CreditItem {
int _colour;
int _linePosY;
int _lineSize;
- byte _line[49];
+ byte _line[50];
};
class HopkinsEngine;