From 3739d82f62e89b6a0690f52934a5489529d81dd5 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 6 Jun 2009 01:00:44 +0000 Subject: Bugfix to show the title screen at the correct speed when restarting the game svn-id: r41208 --- engines/cruise/cruise.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/cruise/cruise.h') diff --git a/engines/cruise/cruise.h b/engines/cruise/cruise.h index 1599c992ac..2fc69acea0 100644 --- a/engines/cruise/cruise.h +++ b/engines/cruise/cruise.h @@ -105,6 +105,7 @@ public: virtual bool canSaveGameStateCurrently(); const CRUISEGameDescription *_gameDescription; + void initAllData(void); Common::RandomSource _rnd; }; -- cgit v1.2.3