Fix compiler warning

This commit is contained in:
a1batross 2015-11-28 19:46:42 +03:00
parent b0d81e9ffb
commit 4aaa11f550

View File

@ -451,7 +451,7 @@ void PM_PlayStepSound(int step, float fvol)
}
}
int PM_MapTextureTypeStepType(chTextureType)
int PM_MapTextureTypeStepType( char chTextureType)
{
switch (chTextureType)
{