diff options
author | Stijn Buys <ingar@osirion.org> | 2008-08-30 20:48:06 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-08-30 20:48:06 +0000 |
commit | 57837b0236bdebd7a1032245c64b1bc459f96d62 (patch) | |
tree | d9731122b3d28a3de206aec772af3bcbdeeb66b0 /src/game | |
parent | 084dd555366c326b7ee18515bcb282a8f4eb394a (diff) |
dedicated server ncurses console updates
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; |