File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -299,6 +299,7 @@ OBJS += src/allow_building_placement_over_overlay.o
299299OBJS += src/change_projectile_degeneration_speed.o
300300OBJS += src/change_score_screen_music.o
301301OBJS += src/dump_globals.o
302+ OBJS += src/fix_ear_blast.o
302303OBJS += src/ingame_ui_text_color.o
303304OBJS += src/remove_ion_storm_effects.o
304305OBJS += src/score_screen_player_always_on_left.o
Original file line number Diff line number Diff line change 1+ %include "macros/patch.inc"
2+
3+ ; Fixes an audio glitch sometimes happening in the multiplayer score screen in DTA
4+ ; Author: Rampastring, with a tip from ZivDero
5+
6+ ; Hack MultiScore to immediately kill the audio engine
7+ hack 0x005685CE
8+ mov ecx , 0x007A2448 ; audio object
9+ call 0x00488380 ; kill audio
10+ jmp 0x005685DF
You can’t perform that action at this time.
0 commit comments