diff options
| author | Shishu the Dragon <183069616+ShishuTheDragon@users.noreply.github.com> | 2026-07-04 13:51:28 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-04 01:51:28 +0000 |
| commit | b09c0733e2937ef83c1e255568632018dcd647ed (patch) | |
| tree | 104a2577c093a51eded7526c29f46b38e0b01613 /soh/src/code | |
| parent | c76d1755262bac1cb7355c09b76f50266fc78281 (diff) | |
Ivan: Move ActorDB registration into IvanCoop.cpp (#6815)
Diffstat (limited to 'soh/src/code')
| -rw-r--r-- | soh/src/code/z_play.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/soh/src/code/z_play.c b/soh/src/code/z_play.c index 701a1e339..0816b5a6b 100644 --- a/soh/src/code/z_play.c +++ b/soh/src/code/z_play.c @@ -33,7 +33,6 @@ Input* D_8012D1F8 = NULL; PlayState* gPlayState; s16 firstInit = 0; -s16 gEnPartnerId; void Play_SpawnScene(PlayState* play, s32 sceneId, s32 spawn); |
