git » fp-git.git » commit d02760f

bugfix: tiles was missing

author ecalot
2004-10-19 06:17:50 UTC
committer ecalot
2004-10-19 06:17:50 UTC
parent 15400ca5285c99728103c825bdf7091e8ff3463d

bugfix: tiles was missing

FP/src/Makefile +1 -1

diff --git a/FP/src/Makefile b/FP/src/Makefile
index d13eafc..c2bd6e7 100644
--- a/FP/src/Makefile
+++ b/FP/src/Makefile
@@ -50,7 +50,7 @@ LINKERRELEASE =
 #Binary code files
 OBJFILES      = main.o kernel.o resources.o dat.o disk.o compress.o \
                 output.o maps.o config.o room.o titles.o \
-                input.o kid.o states.o
+                input.o kid.o states.o tiles.o
 EXEFILE       = bin/freeprince
 
 GENERATEDRESHEADERS = include/res_conf_parts.h include/res_conf_files.h\