moved fireplace.c into object folder

This commit is contained in:
jorun 2021-11-30 14:13:29 +01:00
parent be22573911
commit a1944ca979
No known key found for this signature in database
GPG Key ID: 730E05D27A4D5F02
2 changed files with 1 additions and 1 deletions

View File

@ -846,7 +846,7 @@ SECTIONS {
asm/object8A.o(.text); asm/object8A.o(.text);
asm/object8B.o(.text); asm/object8B.o(.text);
src/object/book.o(.text); src/object/book.o(.text);
src/fireplace.o(.text); src/object/fireplace.o(.text);
asm/object8E.o(.text); asm/object8E.o(.text);
asm/frozenWaterElement.o(.text); asm/frozenWaterElement.o(.text);
asm/object90.o(.text); asm/object90.o(.text);