mirror of
https://github.com/zeldaret/oot
synced 2026-07-11 23:20:25 -04:00
Fix LensMode Enum Names (#1954)
This commit is contained in:
+2
-2
@@ -225,8 +225,8 @@ typedef struct {
|
||||
} GameOverContext; // size = 0x2
|
||||
|
||||
typedef enum {
|
||||
/* 0 */ LENS_MODE_HIDE_ACTORS, // lens actors are visible by default, and hidden by using lens (for example, fake walls)
|
||||
/* 1 */ LENS_MODE_SHOW_ACTORS // lens actors are invisible by default, and shown by using lens (for example, invisible enemies)
|
||||
/* 0 */ LENS_MODE_SHOW_ACTORS, // lens actors are invisible by default, and shown by using lens (for example, invisible enemies)
|
||||
/* 1 */ LENS_MODE_HIDE_ACTORS // lens actors are visible by default, and hidden by using lens (for example, fake walls)
|
||||
} LensMode;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user