From 07c0040f3433cc637fecbb712fb3b6f5ad1ab5de Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 8 Mar 2008 16:44:06 +0000 Subject: typo correction --- src/game/game.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3