summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKUDr <KUDr@openttd.org>2006-11-30 16:03:12 +0000
committerKUDr <KUDr@openttd.org>2006-11-30 16:03:12 +0000
commitacf489118043e683d646781e02395638d7e013d4 (patch)
treed0b937c0d86acf0c61f997be2286c510c5fbf5d4 /Makefile
parent9d12bcb3f290f4556b7f09b0b17019afce5ac79b (diff)
downloadopenttd-acf489118043e683d646781e02395638d7e013d4.tar.xz
(svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
- using one engine list instead of 3 - removed engine filters (loco, wagons, helicopters, etc.) - EngineList code isolated from GUI (moved to helpers.cpp - reusing CBlobT code which does exactly what is needed for EngineList) - removed unnecessary "optimization" (rebuild and sort engine list on each WE_PAINT)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0da359dcc..5d29b8bcb 100644
--- a/Makefile
+++ b/Makefile
@@ -707,6 +707,7 @@ SRCS += gfx.c
SRCS += gfxinit.c
SRCS += graph_gui.c
SRCS += heightmap.c
+SRCS += helpers.cpp
SRCS += industry_cmd.c
SRCS += industry_gui.c
SRCS += intro_gui.c