diff options
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 2c5b8cd..3b13767 100644 --- a/src/game/game.cc +++ b/src/game/game.cc @@ -354,7 +354,7 @@ bool Game::load_zone(core::Zone *zone) aux::to_label(strval); star->entity_label.assign(strval); continue; - } else if (zoneini.got_key_string("name", star->entity_name)) { + } else if (zoneini.got_key_string("name", star->entity_name)) { continue; } else if (zoneini.got_key_vector3f("location", star->entity_location )) { continue; |