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/module.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/module.cc') diff --git a/src/core/module.cc b/src/core/module.cc index 29c9eb8..ae78260 100644 --- a/src/core/module.cc +++ b/src/core/module.cc @@ -76,6 +76,7 @@ Module::Module(const char *name) : module_name(name) { module_running = false; + module_interactive = true; } Module::~Module() -- cgit v1.2.3