diff options
| author | Henny022p <info@henny022.de> | 2021-03-08 00:52:06 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2021-03-08 00:52:06 +0100 |
| commit | 9bef8b068c7b59c2e1f71f5852bb671e41c48734 (patch) | |
| tree | 7f0747474c08219b666834f26b369ba7523c1be4 /src/object | |
| parent | 3e71687184aa734806197f9363c352feb914ba3a (diff) | |
naming stuff
Diffstat (limited to 'src/object')
| -rw-r--r-- | src/object/greatFairy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/greatFairy.c b/src/object/greatFairy.c index c52456ab..e3005ea2 100644 --- a/src/object/greatFairy.c +++ b/src/object/greatFairy.c @@ -540,7 +540,7 @@ void sub_08087424(Entity* this, ScriptExecutionContext* context) { sub_0805E3A0(ent, 2); } - switch (context->unk_04) { + switch (context->intVariable) { case 0: gSave.stats.arrowCount = 0; break; |
