mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Fix warning
This commit is contained in:
parent
016581ff18
commit
8d19d8ce79
@ -158,7 +158,7 @@ out:
|
||||
|
||||
void CSound::FlushAll ()
|
||||
{
|
||||
for (int ch = 0; ch < sizeof (m_lpSDL); ++ch)
|
||||
for (size_t ch = 0; ch < sizeof (m_lpSDL); ++ch)
|
||||
Flush (ch);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user