aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/crappisspuke.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extantz/crappisspuke.cpp')
-rw-r--r--src/extantz/crappisspuke.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extantz/crappisspuke.cpp b/src/extantz/crappisspuke.cpp
index 2af9dde..d0ec23d 100644
--- a/src/extantz/crappisspuke.cpp
+++ b/src/extantz/crappisspuke.cpp
@@ -21,10 +21,12 @@ extern "C" {
21EAPI int startIrr(GLData *gld) 21EAPI int startIrr(GLData *gld)
22{ 22{
23 SIrrlichtCreationParameters params; 23 SIrrlichtCreationParameters params;
24#if USE_IRR
24 IrrlichtDevice *device; 25 IrrlichtDevice *device;
25 IVideoDriver *driver; 26 IVideoDriver *driver;
26 ISceneManager *smgr; 27 ISceneManager *smgr;
27 bool additive = true; 28 bool additive = true;
29#endif
28 30
29 if (!gld->useIrr) 31 if (!gld->useIrr)
30 return 1; // Return 1 so that the caller stops asking on each frame. 32 return 1; // Return 1 so that the caller stops asking on each frame.