aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/draci.h
diff options
context:
space:
mode:
authorRobert Špalek2009-10-01 08:32:35 +0000
committerRobert Špalek2009-10-01 08:32:35 +0000
commit24d649b972235d85d0e4d96de4607fa87d4f26c1 (patch)
tree6e02d575205b5dd0a20871bb95ec3bcb0b5e7abe /engines/draci/draci.h
parent2d29625f0e8afba7a447be49615742f6612d38a0 (diff)
downloadscummvm-rg350-24d649b972235d85d0e4d96de4607fa87d4f26c1.tar.gz
scummvm-rg350-24d649b972235d85d0e4d96de4607fa87d4f26c1.tar.bz2
scummvm-rg350-24d649b972235d85d0e4d96de4607fa87d4f26c1.zip
Clean up room changing code and support returning from the map.
Completely changed the interface, removing unused methods and attributes, renaming other ones to reflect what they do, and moving some methods into the private section. Code changing the location, originally scattered over many pieces of code, has been unified into one place. Remember the previous room when entering the map so that one can return there. Also, the event handler processes one event at a time, preventing lost clicks on touchpads. svn-id: r44508
Diffstat (limited to 'engines/draci/draci.h')
-rw-r--r--engines/draci/draci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/draci/draci.h b/engines/draci/draci.h
index 9ef229c686..926742732b 100644
--- a/engines/draci/draci.h
+++ b/engines/draci/draci.h
@@ -46,7 +46,6 @@ public:
~DraciEngine();
int init();
- int go();
Common::Error run();
bool hasFeature(Engine::EngineFeature f) const;