diff options
author | Max <mparisi@stevens.edu> | 2020-09-25 11:54:39 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-25 11:54:39 -0400 |
commit | c04195a0f5c401ddda18f90aaa9c7af325600b54 (patch) | |
tree | b028dc7bc4860f50b907d872f4fc0676cfa9df54 /obj_files.mk | |
parent | 87da93a114827a56a0d4319c48e1ad24e3d5bf2d (diff) |
split snd_SeqPlayer, and commented out labels involving '@' (was causing linker error with undefined symbol)
Diffstat (limited to 'obj_files.mk')
-rw-r--r-- | obj_files.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/obj_files.mk b/obj_files.mk index 8acb443..a04ca9e 100644 --- a/obj_files.mk +++ b/obj_files.mk @@ -133,6 +133,7 @@ TEXT_O_FILES := \ $(BUILD_DIR)/asm/nw4r/snd/snd_RemoteSpeaker.o \ $(BUILD_DIR)/asm/nw4r/snd/snd_RemoteSpeakerManager.o \ $(BUILD_DIR)/asm/nw4r/snd/snd_SeqFile.o \ + $(BUILD_DIR)/asm/nw4r/snd/detail/snd_SeqPlayer.o \ $(BUILD_DIR)/asm/text_10_6.o \ $(BUILD_DIR)/asm/text_11.o |