Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-10-25 12:40:53 +0000
committerStijn Buys <ingar@osirion.org>2010-10-25 12:40:53 +0000
commit787002ec11bf41bba01b899c53a38830768fc260 (patch)
tree5a4b4e60617b0167a9e32a3882342a85f0fde4ab /src/game/intro
parent6a86e7f0f9e021498c1df44653a42643bd79dfbf (diff)
directory prefix is no required for ini files, merge ui.ini and menu.ini
Diffstat (limited to 'src/game/intro')
-rw-r--r--src/game/intro/intro.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/intro/intro.cc b/src/game/intro/intro.cc
index f2da493..8d5577b 100644
--- a/src/game/intro/intro.cc
+++ b/src/game/intro/intro.cc
@@ -35,7 +35,7 @@ Intro::Intro() : core::Module("Project::OSiRiON", false)
bool Intro::load_world()
{
- std::string filename("intro");
+ std::string filename("ini/intro");
filesystem::IniFile ini;
ini.open(filename);