(svn r7219) -Fix: Several warnings by gcc introduced in r7206 which MSVC found not of a problem. Thanks Tron

This commit is contained in:
Darkvater
2006-11-19 22:24:18 +00:00
parent fb1bb34774
commit ba9f22cee6
7 changed files with 16 additions and 20 deletions

View File

@@ -194,7 +194,7 @@ void SndCopyToPool(void)
static void SndPlayScreenCoordFx(SoundFx sound, int x, int y)
{
const Window* const *wz;
Window* const *wz;
if (msf.effect_vol == 0) return;