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>2010-10-06 12:11:46 +0000
committerStijn Buys <ingar@osirion.org>2010-10-06 12:11:46 +0000
commit64a2a6d71023ab382c996ccdb8e403660fa19916 (patch)
treeab6a181c528deda6033ffa9c274ea87bfffffee1 /src/core/zone.cc
parentfed29d9ddc3b8372b9c3fe8bffe221a5a55e5ce9 (diff)
replaces skydomes with skyboxes
Diffstat (limited to 'src/core/zone.cc')
-rw-r--r--src/core/zone.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/zone.cc b/src/core/zone.cc
index 7fc3f4d..3791b93 100644
--- a/src/core/zone.cc
+++ b/src/core/zone.cc
@@ -120,7 +120,6 @@ Zone::Zone(std::string const & label)
{
zone_id = 0;
zone_sky.clear();
- zone_sky_texture = 0;
zone_defaultview = 0;
set_label(label);
@@ -129,7 +128,6 @@ Zone::Zone(std::string const & label)
Zone::Zone(std::istream & is)
{
zone_id = 0;
- zone_sky_texture = 0;
receive_server_update(is);
}