Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-06-08 18:39:17 +0000
committerStijn Buys <ingar@osirion.org>2008-06-08 18:39:17 +0000
commit70fc89d31b81a0cc49fc4b8daf527dd187544d9e (patch)
tree5f96e28da7cf095947a8f1c612e9cacb09f2ab41 /src/model/map.cc
parent513bfb8d9cf3c246dd15cf67b8a5ff9c7a6f9afe (diff)
disable client prediction by default, add --without-client option to configure
Diffstat (limited to 'src/model/map.cc')
-rw-r--r--src/model/map.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/model/map.cc b/src/model/map.cc
index 6769ba8..39e2b9c 100644
--- a/src/model/map.cc
+++ b/src/model/map.cc
@@ -138,7 +138,9 @@ Model * Map::load(std::string const &name)
} else if (mapfile.got_key_int("flare", engine->engine_flare)) {
continue;
- }
+ } else if (mapfile.got_key_color("_color", engine->engine_color)) {
+ continue;
+ }
}
}