diff options
author | Stijn Buys <ingar@osirion.org> | 2008-03-08 16:44:06 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-03-08 16:44:06 +0000 |
commit | 07c0040f3433cc637fecbb712fb3b6f5ad1ab5de (patch) | |
tree | bccc28a85286fffbb60e9cfe5376afb75e5a1057 /src/game | |
parent | 7a62f99554c248724c42537363f2665df9748945 (diff) |
typo correction
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/game.cc | 2 |
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; |