From 6298878bfa996754fad0e530a209411f72cfdfac Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 15 Mar 2012 15:20:20 +0200 Subject: Add "simple singleplayer mode"; Fix a number of GUI things --- src/game.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index 4ca5a2433..596945e99 100644 --- a/src/game.h +++ b/src/game.h @@ -138,7 +138,8 @@ void the_game( std::wstring &error_message, std::string configpath, ChatBackend &chat_backend, - const SubgameSpec &gamespec // Used for local game + const SubgameSpec &gamespec, // Used for local game + bool simple_singleplayer_mode ); #endif -- cgit v1.2.3