From e5e733781e5b3b1776ff68c44f959aec600424b3 Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Sun, 1 Mar 2009 09:12:32 +0000 Subject: Groovie: Merged init() and go() into run() svn-id: r39023 --- engines/groovie/groovie.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'engines/groovie/groovie.cpp') diff --git a/engines/groovie/groovie.cpp b/engines/groovie/groovie.cpp index f08091dac9..8c1fd476f0 100644 --- a/engines/groovie/groovie.cpp +++ b/engines/groovie/groovie.cpp @@ -68,7 +68,7 @@ GroovieEngine::~GroovieEngine() { delete _graphicsMan; } -Common::Error GroovieEngine::init() { +Common::Error GroovieEngine::run() { // Initialize the graphics initGraphics(640, 480, true); @@ -156,13 +156,8 @@ Common::Error GroovieEngine::init() { _script.directGameLoad(slot); } - return Common::kNoError; -} - -Common::Error GroovieEngine::go() { // Check that the game files and the audio tracks aren't together run from // the same cd - checkCD(); // Game timer counter -- cgit v1.2.3