diff options
Diffstat (limited to 'src/game/intro/intro.cc')
-rw-r--r-- | src/game/intro/intro.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |