aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/game.h
diff options
context:
space:
mode:
authorDenis Kasak2009-07-25 02:23:00 +0000
committerDenis Kasak2009-07-25 02:23:00 +0000
commitb7e97efb7fbd26c91693082339466308c52e7e08 (patch)
treedae84987c7b95bdfaf23b77d038d0eb08b33bf65 /engines/draci/game.h
parent5faceb595f1cd92353876d3930dfa626d0d075a9 (diff)
downloadscummvm-rg350-b7e97efb7fbd26c91693082339466308c52e7e08.tar.gz
scummvm-rg350-b7e97efb7fbd26c91693082339466308c52e7e08.tar.bz2
scummvm-rg350-b7e97efb7fbd26c91693082339466308c52e7e08.zip
* Added handlers for the ObjStat and ObjStat_On GPL commands
* Removed temporary hack I accidentally committed svn-id: r42730
Diffstat (limited to 'engines/draci/game.h')
-rw-r--r--engines/draci/game.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/draci/game.h b/engines/draci/game.h
index d4c9c256ee..2cee3e024d 100644
--- a/engines/draci/game.h
+++ b/engines/draci/game.h
@@ -134,9 +134,6 @@ struct Room {
class Game {
- // HACK: Remove this before committing; if anyone sees this, remind me :D
- friend class Animation;
-
public:
Game(DraciEngine *vm);