aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-20 05:40:07 +1000
committerDavid Walter Seikel2013-01-20 05:40:07 +1000
commita527cbc38c481b9bbb1ed59275563c3224ac07ac (patch)
treef04306fa7db4b7a98693dd44d2ce4588c59d4933 /ClientHamr/extantz
parentSwap the materials for the two Sydneys. (diff)
downloadSledjHamr-a527cbc38c481b9bbb1ed59275563c3224ac07ac.zip
SledjHamr-a527cbc38c481b9bbb1ed59275563c3224ac07ac.tar.gz
SledjHamr-a527cbc38c481b9bbb1ed59275563c3224ac07ac.tar.bz2
SledjHamr-a527cbc38c481b9bbb1ed59275563c3224ac07ac.tar.xz
Make it all visible all the time.
Diffstat (limited to 'ClientHamr/extantz')
-rw-r--r--ClientHamr/extantz/CDemo.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/ClientHamr/extantz/CDemo.cpp b/ClientHamr/extantz/CDemo.cpp
index c80ebe2..09821ec 100644
--- a/ClientHamr/extantz/CDemo.cpp
+++ b/ClientHamr/extantz/CDemo.cpp
@@ -158,10 +158,6 @@ void CDemo::switchToNextScene()
158 points); 158 points);
159 camera->addAnimator(sa); 159 camera->addAnimator(sa);
160 sa->drop(); 160 sa->drop();
161
162 model1->setVisible(false);
163 model2->setVisible(false);
164 campFire->setVisible(false);
165 } 161 }
166 break; 162 break;
167 163
@@ -171,17 +167,11 @@ void CDemo::switchToNextScene()
171 core::vector3df(108, 15, -60), 10000, true); 167 core::vector3df(108, 15, -60), 10000, true);
172 camera->addAnimator(sa); 168 camera->addAnimator(sa);
173 timeForThisScene = 9900; 169 timeForThisScene = 9900;
174 model1->setVisible(true);
175 model2->setVisible(false);
176 campFire->setVisible(false);
177 sa->drop(); 170 sa->drop();
178 break; 171 break;
179 172
180 case 3: // interactive, go around 173 case 3: // interactive, go around
181 { 174 {
182 model1->setVisible(true);
183 model2->setVisible(true);
184 campFire->setVisible(true);
185 timeForThisScene = -1; 175 timeForThisScene = -1;
186 176
187 SKeyMap keyMap[9]; 177 SKeyMap keyMap[9];