aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/parse.h
diff options
context:
space:
mode:
authorThierry Crozat2018-12-28 21:53:56 +0100
committerThierry Crozat2018-12-28 21:53:56 +0100
commit080ab79d7a71e45cece234c13957803e81828dee (patch)
treebd57d5494aab31f2188532a8a06a379a33f5a50c /engines/glk/alan2/parse.h
parent7c7cb6c836ad901b31849782238cd9226dc651ec (diff)
downloadscummvm-rg350-080ab79d7a71e45cece234c13957803e81828dee.tar.gz
scummvm-rg350-080ab79d7a71e45cece234c13957803e81828dee.tar.bz2
scummvm-rg350-080ab79d7a71e45cece234c13957803e81828dee.zip
GLK: Fix some compilation errors
In-class initialization of members is a c++11 features but several ports use compilers that do not support it.
Diffstat (limited to 'engines/glk/alan2/parse.h')
-rw-r--r--engines/glk/alan2/parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan2/parse.h b/engines/glk/alan2/parse.h
index 7198b2d555..1f3a3fb92f 100644
--- a/engines/glk/alan2/parse.h
+++ b/engines/glk/alan2/parse.h
@@ -149,7 +149,7 @@ private:
int wrds[LISTLEN / 2]; // List of parsed words
int wrdidx; // and an index into it
- bool plural = false;
+ bool plural;
// Syntax Parameters
int paramidx; // Index in params