aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/hugo/hugo.h
diff options
context:
space:
mode:
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[].