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)
{
@ -2799,4 +2799,4 @@ void PM_Init(struct playermove_s *ppmove)
PM_InitTextureTypes();
pm_shared_initialized = 1;
}
}