From ab1694aef99c850b85f833413bd2c70cf732b664 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 14 Mar 2006 13:28:28 +0000 Subject: Compute the full game title when detecting games & creating engine instances, and also use that for savegames (all for debugging) svn-id: r21285 --- engines/saga/saga.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/saga/saga.h') diff --git a/engines/saga/saga.h b/engines/saga/saga.h index ef38895352..e7637161fe 100644 --- a/engines/saga/saga.h +++ b/engines/saga/saga.h @@ -679,6 +679,7 @@ public: //current game description int _gameNumber; GameDescription *_gameDescription; + Common::String _gameTitle; Common::Rect _displayClip; protected: -- cgit v1.2.3