aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/util.cpp')
-rw-r--r--engines/gob/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/util.cpp b/engines/gob/util.cpp
index d05a43f8fd..6fcba7ac12 100644
--- a/engines/gob/util.cpp
+++ b/engines/gob/util.cpp
@@ -302,7 +302,7 @@ void Util::setScrollOffset(int16 x, int16 y) {
Video::FontDesc *Util::loadFont(const char *path) {
Video::FontDesc *fontDesc = new Video::FontDesc;
- char *data;
+ byte *data;
if (!fontDesc)
return 0;