From 381c729e777b50771626703e60b422aafc791513 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 29 Sep 2008 18:01:35 +0000 Subject: adds introduction screen to the client --- src/game/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/game.h') diff --git a/src/game/game.h b/src/game/game.h index 544f26b..236299b 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -9,7 +9,7 @@ namespace game { - void register_modules(bool register_client_modules=false); + void register_modules(bool register_noninteractive_modules=false); } #endif // __INCLUDED_GAME_H__ -- cgit v1.2.3