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/core/gameconnection.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/core/gameconnection.h') diff --git a/src/core/gameconnection.h b/src/core/gameconnection.h index ecf50f2..973d96f 100644 --- a/src/core/gameconnection.h +++ b/src/core/gameconnection.h @@ -28,6 +28,10 @@ public: /// returns true if the game connection can not run a time frime inline bool error() { return !connection_running; } + /// returns true if the game is running an interactive module + inline bool interactive() { return true; } + + /*----- mutators -------------------------------------------------- */ /// run a game connection time frame -- cgit v1.2.3