got rid of upper case types
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#include "common.h"
|
||||
#include "AudioScriptObject.h"
|
||||
|
||||
void PlayOneShotScriptObject(UInt8 id, CVector const &pos)
|
||||
void PlayOneShotScriptObject(uint8 id, CVector const &pos)
|
||||
{
|
||||
((void (__cdecl *)(UInt8, CVector const &))0x57C5F0)(id, pos);
|
||||
((void (__cdecl *)(uint8, CVector const &))0x57C5F0)(id, pos);
|
||||
}
|
Reference in New Issue
Block a user