Fix copyvar instead of setvar causing issue with LTO (#8097)

This commit is contained in:
FosterProgramming 2025-11-01 17:42:07 +01:00 committed by GitHub
parent 05191e7f85
commit 4d60c9e83f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ CaveHole_CheckFallDownHole:
.2byte 0
CaveHole_FixCrackedGround:
copyvar VAR_ICE_STEP_COUNT, 1
setvar VAR_ICE_STEP_COUNT, 1
end
EventScript_FallDownHole::