hedgewars/options.inc
branchexperimental3D
changeset 4347 0ddb100fea61
parent 3822 ee85a9c73ece
child 4850 434cd1284204
--- a/hedgewars/options.inc	Wed Dec 22 12:17:34 2010 +0100
+++ b/hedgewars/options.inc	Mon Dec 27 23:57:44 2010 +0100
@@ -32,6 +32,7 @@
   {$DEFINE SDL_MIXER_NEWER}
   {$DEFINE SDL_IMAGE_NEWER}
   {$DEFINE HWLIBRARY}
+  {$DEFINE S3D_DISABLED}
   {$DEFINE GLunit:=gles11}
 {$ENDIF}
 
@@ -41,3 +42,5 @@
   {  $DEFINE TRACEAIACTIONS}
   {  $DEFINE COUNTTICKS}
 {$ENDIF}
+
+//also available LUA_DISABLED
\ No newline at end of file