aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/hugo/hemisc.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-05-11 13:19:52 +1000
committerPaul Gilbert2019-05-11 13:19:52 +1000
commitabb7b22b2e4a9bd24058e0221c85680aed71d03f (patch)
tree188b5067bfda32ced4088ec370628524320827ed /engines/glk/hugo/hemisc.cpp
parent84c47349a9f06057640ddc35c015fdd97b30d839 (diff)
downloadscummvm-rg350-abb7b22b2e4a9bd24058e0221c85680aed71d03f.tar.gz
scummvm-rg350-abb7b22b2e4a9bd24058e0221c85680aed71d03f.tar.bz2
scummvm-rg350-abb7b22b2e4a9bd24058e0221c85680aed71d03f.zip
GLK: HUGO: Add heexpr
Diffstat (limited to 'engines/glk/hugo/hemisc.cpp')
-rw-r--r--engines/glk/hugo/hemisc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/hugo/hemisc.cpp b/engines/glk/hugo/hemisc.cpp
index 696b7a2666..9e560570d4 100644
--- a/engines/glk/hugo/hemisc.cpp
+++ b/engines/glk/hugo/hemisc.cpp
@@ -978,7 +978,7 @@ char *Hugo::GetText(long textaddr) {
}
const char *Hugo::GetWord(unsigned int w) {
- static char *b;
+ static const char *b;
unsigned short a;
a = w;