diff options
author | bjarni <bjarni@openttd.org> | 2006-09-26 16:47:51 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-09-26 16:47:51 +0000 |
commit | f7769e885e1a928018a9be33553a887cb00babf7 (patch) | |
tree | 381d620a928fbc6c40266c4078ae71959a878f36 /Makefile | |
parent | 65a3777a403f1c3eb0f2856bf0b0073b4c83fad9 (diff) | |
download | openttd-f7769e885e1a928018a9be33553a887cb00babf7.tar.xz |
(svn r6513) -Codechange: unified the code to draw depot windows
This change is intended to make it easier to make depot behaviour consistent
and faster to code when adding more features in the future
The user interface should hopefully not be affected by this
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -654,6 +654,7 @@ SRCS += date.c SRCS += debug.c SRCS += dedicated.c SRCS += depot.c +SRCS += depot_gui.c SRCS += disaster_cmd.c SRCS += dock_gui.c SRCS += driver.c |