aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/scott/scott.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/scott/scott.h')
-rw-r--r--engines/gargoyle/scott/scott.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gargoyle/scott/scott.h b/engines/gargoyle/scott/scott.h
index 35a84fa2ea..f2fe7699be 100644
--- a/engines/gargoyle/scott/scott.h
+++ b/engines/gargoyle/scott/scott.h
@@ -147,7 +147,7 @@ private:
const char *mapSynonym(const char *word);
int matchUpItem(const char *text, int loc);
char *readString(Common::SeekableReadStream *f);
- void loadDatabase(Common::SeekableReadStream *f, int loud);
+ void loadDatabase(Common::SeekableReadStream *f, bool loud);
void output(const char *a);
void outputNumber(int a);
void look(void);