diff options
author | Paul Gilbert | 2014-11-28 21:02:12 -0500 |
---|---|---|
committer | Paul Gilbert | 2014-12-12 22:51:04 -0500 |
commit | 1716cd9b30e9fdf97fcbcc854c30c0818ae90011 (patch) | |
tree | 797855565436e2ae786ad75130c582b4337c181d /engines/access/martian | |
parent | e3322185686f268c0375bcaef93c5ef35209ebdc (diff) | |
download | scummvm-rg350-1716cd9b30e9fdf97fcbcc854c30c0818ae90011.tar.gz scummvm-rg350-1716cd9b30e9fdf97fcbcc854c30c0818ae90011.tar.bz2 scummvm-rg350-1716cd9b30e9fdf97fcbcc854c30c0818ae90011.zip |
ACCESS: Major refactoring of Amazon logic into their own classes
Diffstat (limited to 'engines/access/martian')
-rw-r--r-- | engines/access/martian/martian_game.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/access/martian/martian_game.h b/engines/access/martian/martian_game.h index a99ece67cf..e46b2bb0fd 100644 --- a/engines/access/martian/martian_game.h +++ b/engines/access/martian/martian_game.h @@ -63,6 +63,8 @@ protected: * Play the game */ virtual void playGame(); + + virtual void dead(int deathId) {} public: MartianEngine(OSystem *syst, const AccessGameDescription *gameDesc); |