diff options
author | Paul Gilbert | 2016-02-18 23:07:01 -0500 |
---|---|---|
committer | Paul Gilbert | 2016-02-18 23:07:01 -0500 |
commit | ad8450209a553fd06540cd01ab29f936c0d0dc29 (patch) | |
tree | 3a018c9b4697bbde0274e9bfbeced1c439d190dc /engines/titanic/compressed_file.h | |
parent | e2aca904ec8c0e0f23124b00b4b1eb525105f95e (diff) | |
download | scummvm-rg350-ad8450209a553fd06540cd01ab29f936c0d0dc29.tar.gz scummvm-rg350-ad8450209a553fd06540cd01ab29f936c0d0dc29.tar.bz2 scummvm-rg350-ad8450209a553fd06540cd01ab29f936c0d0dc29.zip |
TITANIC: Implement overall game saving code
Diffstat (limited to 'engines/titanic/compressed_file.h')
-rw-r--r-- | engines/titanic/compressed_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/compressed_file.h b/engines/titanic/compressed_file.h index 56e2c23343..cd9cf8377d 100644 --- a/engines/titanic/compressed_file.h +++ b/engines/titanic/compressed_file.h @@ -68,7 +68,7 @@ private: int sub1(Method3Fn fn, int v); - void sub2(); + void sub2() {} public: Decompressor(); |