mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 13:46:21 -04:00
Fix various regswaps caused by casting
This commit is contained in:
@@ -62,9 +62,9 @@ class dKy_tevstr_c;
|
||||
typedef int (*heapCallbackFunc)(fopAc_ac_c*);
|
||||
typedef int (*createFunc)(void*);
|
||||
|
||||
struct DOUBLE_POS {
|
||||
double x, y, z;
|
||||
};
|
||||
// struct DOUBLE_POS {
|
||||
// double x, y, z;
|
||||
// };
|
||||
|
||||
inline s8 fopAcM_GetRoomNo(fopAc_ac_c* pActor) {
|
||||
return pActor->current.roomNo;
|
||||
|
||||
Reference in New Issue
Block a user