X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fshared%2Fa_modes.inc;h=a7f5ab13079ee747afa91bf8e9f7732b5a003cbe;hb=8769066a9aa4f618a3a508b5aaca284ae85545af;hp=9b5d9390f1fadf14f156622520bde230fc91a334;hpb=82d89552dd0e3241987ce363b71e83c22be306e1;p=d2df-sdl.git diff --git a/src/shared/a_modes.inc b/src/shared/a_modes.inc index 9b5d939..a7f5ab1 100644 --- a/src/shared/a_modes.inc +++ b/src/shared/a_modes.inc @@ -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} @@ -115,9 +115,6 @@ {$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!}