From 3fcbda829a2aa17cbaf6423d34f69214b91b0e6c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 1 Mar 2009 04:30:55 +0000 Subject: Merged Engine::go() and ::init() into a new run() method (currently implemented by calling the existing init&go methods; to be cleaned up by engine authors svn-id: r39002 --- engines/scumm/he/intern_he.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/scumm/he') diff --git a/engines/scumm/he/intern_he.h b/engines/scumm/he/intern_he.h index a04cbc24a8..7abd6f924b 100644 --- a/engines/scumm/he/intern_he.h +++ b/engines/scumm/he/intern_he.h @@ -669,8 +669,7 @@ public: ScummEngine_vCUPhe(OSystem *syst, const DetectorResult &dr); ~ScummEngine_vCUPhe(); - Common::Error init(); - Common::Error go(); + virtual Common::Error run(); void parseEvents(); -- cgit v1.2.3