From ac0d8256811473e53d61a7075756bcedebb6b712 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 14 Jan 2013 23:32:25 +1000 Subject: Make sure it compiles when leaving out Irrlicht. --- ClientHamr/extantz/crappisspuke.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ClientHamr/extantz/crappisspuke.cpp') diff --git a/ClientHamr/extantz/crappisspuke.cpp b/ClientHamr/extantz/crappisspuke.cpp index 16513fa..dae0586 100644 --- a/ClientHamr/extantz/crappisspuke.cpp +++ b/ClientHamr/extantz/crappisspuke.cpp @@ -51,6 +51,7 @@ EAPI int startIrr(GLData *gld) if (!gld->useIrr) return 0; +#if USE_IRR void *display = NULL; unsigned long sfc = 0; void *ctx = NULL; @@ -174,6 +175,7 @@ EAPI int startIrr(GLData *gld) smgr->addCameraSceneNode(0, vector3df(0, 30, -40), vector3df(0, 5, 0)); then = device->getTimer()->getTime(); +#endif return 1; } -- cgit v1.1