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>2008-03-08 16:44:06 +0000
committerStijn Buys <ingar@osirion.org>2008-03-08 16:44:06 +0000
commit07c0040f3433cc637fecbb712fb3b6f5ad1ab5de (patch)
treebccc28a85286fffbb60e9cfe5376afb75e5a1057 /src/game/game.cc
parent7a62f99554c248724c42537363f2665df9748945 (diff)
typo correction
Diffstat (limited to 'src/game/game.cc')
-rw-r--r--src/game/game.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game.cc b/src/game/game.cc
index fda9569..96c382e 100644
--- a/src/game/game.cc
+++ b/src/game/game.cc
@@ -131,7 +131,7 @@ void Game::init()
while (f.getline()) {
if (f.got_key()) {
- if (f.section().compare("start") == 0) {
+ if (f.section().compare("star") == 0) {
if (f.got_key_string("name", tmp)) {
star->entity_name = tmp;