Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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;