Fix compiler warning
This commit is contained in:
parent
b0d81e9ffb
commit
4aaa11f550
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user