aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/hugo/hugo.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-05-12 10:38:03 +1000
committerPaul Gilbert2019-05-12 10:38:03 +1000
commit9f6e1a8f293b1b525c79437e002d7848bc952ce4 (patch)
tree82b70863aef146ac29026982815c353abd1d0d20 /engines/glk/hugo/hugo.h
parent6b6670caf9812a980a9aa4049bf6931aa943b79b (diff)
downloadscummvm-rg350-9f6e1a8f293b1b525c79437e002d7848bc952ce4.tar.gz
scummvm-rg350-9f6e1a8f293b1b525c79437e002d7848bc952ce4.tar.bz2
scummvm-rg350-9f6e1a8f293b1b525c79437e002d7848bc952ce4.zip
GLK: HUGO: Compilation fixes
Diffstat (limited to 'engines/glk/hugo/hugo.h')
-rw-r--r--engines/glk/hugo/hugo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/hugo/hugo.h b/engines/glk/hugo/hugo.h
index 8d2d18b749..e49e313dd2 100644
--- a/engines/glk/hugo/hugo.h
+++ b/engines/glk/hugo/hugo.h
@@ -197,7 +197,7 @@ private:
int extra_param;
char loaded_filename[MAX_RES_PATH];
char loaded_resname[MAX_RES_PATH];
- char resource_type = 0;
+ char resource_type;
// herun
int passlocal[MAXLOCALS]; ///< locals passed to routine
@@ -760,7 +760,7 @@ private:
/**
* Returns the dictionary address of <a>.
*/
- unsigned int FindWord(char *a);
+ unsigned int FindWord(const char *a);
/**
* Checks to see if <obj> is in objlist[].