- Fix c++11 literal suffix warnings / patch by Edward-san.

This commit is contained in:
Christoph Oelckers 2013-07-22 22:25:44 +02:00
parent 8afece1b8a
commit db562142f0
9 changed files with 35 additions and 35 deletions

View file

@ -1318,7 +1318,7 @@ void FMODSoundRenderer::DumpDriverCaps(FMOD_CAPS caps, int minfrequency, int max
{ {
Printf("\n"); Printf("\n");
} }
if (caps & FMOD_CAPS_REVERB_LIMITED) Printf("TEXTCOLOR_OLIVE Limited reverb\n"); if (caps & FMOD_CAPS_REVERB_LIMITED) Printf(TEXTCOLOR_OLIVE " Limited reverb\n");
} }
//========================================================================== //==========================================================================