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>2011-02-24 21:44:57 +0000
committerStijn Buys <ingar@osirion.org>2011-02-24 21:44:57 +0000
commitdf77c743df304c644bebc321fc173125528a8d67 (patch)
tree45765b14f35b8f9d7a8ecd3472b8c9729ff84373 /src/game/intro
parentb349294408a6f82bb5a5687a0672e8f04d4d681f (diff)
Applied Thorn's unknown spelling purification patch.
Diffstat (limited to 'src/game/intro')
-rw-r--r--src/game/intro/intro.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/intro/intro.cc b/src/game/intro/intro.cc
index 8d44391..25e4d59 100644
--- a/src/game/intro/intro.cc
+++ b/src/game/intro/intro.cc
@@ -97,7 +97,7 @@ bool Intro::load_world()
zone->set_sky(strval);
} else if (inifile.got_key()) {
- inifile.unkown_key();
+ inifile.unknown_key();
}
} else if (inifile.in_section("entity")) {
@@ -105,7 +105,7 @@ bool Intro::load_world()
if (core::Parser::got_entity_key(inifile, entity)) {
continue;
} else {
- inifile.unkown_key();
+ inifile.unknown_key();
}
} else if (inifile.in_section("globe")) {
@@ -114,7 +114,7 @@ bool Intro::load_world()
continue;
} else if (inifile.got_key()) {
- inifile.unkown_key();
+ inifile.unknown_key();
}
} else if (inifile.in_section("convoy")) {
@@ -141,7 +141,7 @@ bool Intro::load_world()
convoy->add(strval);
} else if (inifile.got_key()) {
- inifile.unkown_key();
+ inifile.unknown_key();
}
}
}