aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/newgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp
index 3b09a4fd3a..25f8193bc2 100644
--- a/gui/newgui.cpp
+++ b/gui/newgui.cpp
@@ -582,7 +582,7 @@ void NewGui::animateCursor() {
#include "scumm_globals.h"
_GINIT(NewGui)
-_GSETPTR(guifont, GBVARS_GUIFONT_INDEX, byte, GBVARS_SCUMM)
+_GSETPTR(GUI::guifont, GBVARS_GUIFONT_INDEX, byte, GBVARS_SCUMM)
_GEND
_GRELEASE(NewGui)