Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.cc')
-rw-r--r--src/game/game.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/game.cc b/src/game/game.cc
index b7c15db..c863582 100644
--- a/src/game/game.cc
+++ b/src/game/game.cc
@@ -4,7 +4,7 @@
the terms of the GNU General Public License version 2
*/
-
+#include "core/core.h"
#include "core/loader.h"
#include "game/game.h"
#include "game/base/game.h"
@@ -15,6 +15,8 @@
/// register game modules
void register_modules(bool register_noninteractive_modules)
{
+ con_print << "^F" << core::name() << " " << core::version() << std::endl;
+
con_print << "^BRegistering game modules..." << std::endl;
// interactive modules