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/base/game.cc')
-rw-r--r--src/game/base/game.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/base/game.cc b/src/game/base/game.cc
index 89c6baf..4bc94f0 100644
--- a/src/game/base/game.cc
+++ b/src/game/base/game.cc
@@ -1044,7 +1044,6 @@ bool Game::load_world()
con_print << "^BLoading world..." << std::endl;
- Faction *faction = 0;
core::Zone *zone = 0;
std::string label;
math::Color color;
@@ -1053,7 +1052,6 @@ bool Game::load_world()
if (inifile.got_section()) {
zone = 0;
- faction = 0;
if (inifile.got_section("world")) {
continue;