Make ALUT 1.0 builds again, hopefully in the short term - MinGW needs this.

This commit is contained in:
James Turner 2010-05-07 00:12:21 +01:00
parent 6997082b03
commit 42984d1bfb

View File

@ -89,7 +89,7 @@ SGSoundMgr::SGSoundMgr() :
}
_alut_init++;
#else
#error ALUT 1.1 required, ALUT 1.0 is no longer supported, please upgrade
//#error ALUT 1.1 required, ALUT 1.0 is no longer supported, please upgrade
#endif
}