summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-10-09 13:52:20 -0400
committerMax <mparisi@stevens.edu>2020-10-09 13:52:20 -0400
commitef8a8458864aef2e4b3d4f5ee0a0d3d03aa11ff3 (patch)
tree19581a6b9587e6c6575a97ba3bfbc27c27e13f6e
parent2c29f55355efded5b3e9fad2fb6001b747a7e353 (diff)
rename text_9
-rw-r--r--asm/text_9.s (renamed from asm/text_9_2.s)0
-rw-r--r--obj_files.mk2
2 files changed, 1 insertions, 1 deletions
diff --git a/asm/text_9_2.s b/asm/text_9.s
index 33e45db..33e45db 100644
--- a/asm/text_9_2.s
+++ b/asm/text_9.s
diff --git a/obj_files.mk b/obj_files.mk
index f79922c..6836075 100644
--- a/obj_files.mk
+++ b/obj_files.mk
@@ -335,7 +335,7 @@ TEXT_O_FILES := \
$(BUILD_DIR)/asm/SDK/SO/SOBasic.o \
$(BUILD_DIR)/asm/SDK/SO/SOInformation.o \
$(BUILD_DIR)/asm/SDK/SO/SOOption.o \
- $(BUILD_DIR)/asm/text_9_2.o \
+ $(BUILD_DIR)/asm/text_9.o \
$(BUILD_DIR)/asm/text_10.o \
$(BUILD_DIR)/src/GameSpy/darray.o \
$(BUILD_DIR)/src/GameSpy/hashtable.o \