DEADSOFTWARE

Game: Use proper syntax of sets for game options instead of raw bitwise operations
[d2df-sdl.git] / src / shared / a_modes.inc
index 9b5d9390f1fadf14f156622520bde230fc91a334..a7f5ab13079ee747afa91bf8e9f7732b5a003cbe 100644 (file)
@@ -66,7 +66,7 @@
   {$DEFINE D2F_MORE_OPTIM}
 {$ENDIF}
 {$WARNINGS ON}
-{$NOTES ON}
+{.$NOTES ON}
 
 {$IF DEFINED(D2F_DEBUG_OPTIM) or DEFINED(D2F_MORE_OPTIM)}
   {$OPTIMIZATION DEADVALUES}
   {$IF DEFINED(USE_SYSSTUB) OR DEFINED(USE_SDL2)}
     {$ERROR Only one system driver must be selected!}
   {$ENDIF}
-  {$IFDEF USE_SDLMIXER}
-    {$ERROR SDL_mixer not supported with SDL 1.2.x}
-  {$ENDIF}
 {$ELSEIF DEFINED(USE_SDL2)}
   {$IF DEFINED(USE_SYSSTUB) OR DEFINED(USE_SDL)}
     {$ERROR Only one system driver must be selected!}