Renaming Actor.unk28

This commit is contained in:
Nabnut
2024-09-19 12:31:50 +02:00
parent 8af5e336a2
commit 17f1f826b5
32 changed files with 178 additions and 174 deletions

View File

@@ -25,7 +25,7 @@
extern f32 fabsf(f32);
#pragma intrinsic (fabsf)
#define AS_BOOL(expr) ((expr) ? TRUE : FALSE)
#define TUPLE_ASSIGN(out, a, b, c) {\
out[0] = a;\