diff options
Diffstat (limited to 'ClientHamr/extantz')
-rw-r--r-- | ClientHamr/extantz/crappisspuke.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/extantz/crappisspuke.cpp b/ClientHamr/extantz/crappisspuke.cpp index dae0586..51fb274 100644 --- a/ClientHamr/extantz/crappisspuke.cpp +++ b/ClientHamr/extantz/crappisspuke.cpp | |||
@@ -172,7 +172,7 @@ EAPI int startIrr(GLData *gld) | |||
172 | (0, 30, -40). The camera looks from there to (0,5,0), which is | 172 | (0, 30, -40). The camera looks from there to (0,5,0), which is |
173 | approximately the place where our md2 model is. | 173 | approximately the place where our md2 model is. |
174 | */ | 174 | */ |
175 | smgr->addCameraSceneNode(0, vector3df(0, 30, -40), vector3df(0, 5, 0)); | 175 | smgr->addCameraSceneNode(0, vector3df(50, 70, -65), vector3df(0, 50, 0)); |
176 | 176 | ||
177 | then = device->getTimer()->getTime(); | 177 | then = device->getTimer()->getTime(); |
178 | #endif | 178 | #endif |