Skip to content

Commit

Permalink
Fix offset of SpeechSide default value hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Rampastring committed Feb 12, 2025
1 parent efeba71 commit 0c6c889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dta_hacks.asm
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ sstring str_BriefingPCX, "BRIEFING.PCX"
; Load speech MIX files for new sides properly
; Defaults SpeechSide to our hijacked player side value
; (enabled until spawner has been reimplemented through Vinifera)
hack 0x005DD75B
hack 0x005DD732
mov eax, [Scen]
xor ecx, ecx
mov cl, byte [0x007E2500] ; PlayerSide (was Session.IsGDI)
Expand Down

0 comments on commit 0c6c889

Please sign in to comment.