(svn r2491) -Fix: Solved a performance problem introduced in r2467. While busy

committing, restore the sort order in the Makefile
This commit is contained in:
celestar
2005-06-26 21:59:21 +00:00
parent 0407bc8cfe
commit 78fed52627
2 changed files with 36 additions and 3 deletions

View File

@@ -649,6 +649,7 @@ C_SOURCES += npf.c
C_SOURCES += oldloader.c
C_SOURCES += order_cmd.c
C_SOURCES += order_gui.c
C_SOURCES += openttd.c
C_SOURCES += pathfind.c
C_SOURCES += player_gui.c
C_SOURCES += players.c
@@ -686,7 +687,6 @@ C_SOURCES += town_gui.c
C_SOURCES += train_cmd.c
C_SOURCES += train_gui.c
C_SOURCES += tree_cmd.c
C_SOURCES += openttd.c
C_SOURCES += tunnelbridge_cmd.c
C_SOURCES += unmovable_cmd.c
C_SOURCES += vehicle.c