From b875124824794a7762414db76ed9f953b8ba320f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 26 Dec 2008 12:21:48 +0000 Subject: default player settings in player.ini, palette text colors, cleanups --- src/game/intro/intro.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/intro') diff --git a/src/game/intro/intro.cc b/src/game/intro/intro.cc index edb80d4..3fafa0f 100644 --- a/src/game/intro/intro.cc +++ b/src/game/intro/intro.cc @@ -19,7 +19,7 @@ core::Module *factory() return new Intro(); } -Intro::Intro() : core::Module("Introduction", false) +Intro::Intro() : core::Module("Project::OSiRiON", false) { if (!load_world()) { abort(); -- cgit v1.2.3