mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
Add uint typedef
This commit is contained in:
+1
-1
@@ -3030,7 +3030,7 @@ void dKy_Sound_init() {
|
||||
}
|
||||
|
||||
/* 801967F4-801969A8 .text dKy_Sound_set__F4cXyziUii */
|
||||
void dKy_Sound_set(cXyz pos, int p2, unsigned int p3, int p4) {
|
||||
void dKy_Sound_set(cXyz pos, int p2, uint p3, int p4) {
|
||||
camera_class* camera = (camera_class*)dComIfGp_getCamera(0);
|
||||
|
||||
BOOL ret = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user