diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/resource.h b/engines/kyra/resource.h index 261a91c6da..46482b7cba 100644 --- a/engines/kyra/resource.h +++ b/engines/kyra/resource.h @@ -56,7 +56,7 @@ public: private: bool _open; - bool _amiga; + bool _isAmiga; char *_filename; Common::List<PakChunk*> _files; // the entries }; |