You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Make objects not run their code if the room they are in isn't loaded. (#502)
This commit is contained in:
@@ -55,6 +55,7 @@ enum ObjFlags {
|
||||
OBJ_FLAG_OCCLUDE_SILHOUETTE = (1 << 20), // 0x00100000
|
||||
OBJ_FLAG_OPACITY_FROM_CAMERA_DIST = (1 << 21), // 0x00200000
|
||||
OBJ_FLAG_EMIT_LIGHT = (1 << 22), // 0x00400000
|
||||
OBJ_FLAG_PROCESS_OUTSIDE_ROOM = (1 << 23), // 0x00800000
|
||||
OBJ_FLAG_HITBOX_WAS_SET = (1 << 30), // 0x40000000
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user