diff options
author | rubidium <rubidium@openttd.org> | 2008-04-20 09:43:30 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-04-20 09:43:30 +0000 |
commit | 12ae3a2194011c7260da8286b7dc527eaacb1329 (patch) | |
tree | 74df9e207a363e7599b570abe9412eaee58dbc80 | |
parent | 181b36ca0b4a8b61537cafb99c7990e73c26408b (diff) | |
download | openttd-12ae3a2194011c7260da8286b7dc527eaacb1329.tar.xz |
(svn r12802) -Fix (r12800): do not commit from the src directory when you want to commit source.list too.
-rw-r--r-- | source.list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source.list b/source.list index ece9534b6..c92423231 100644 --- a/source.list +++ b/source.list @@ -1,6 +1,7 @@ # Source Files airport.cpp core/alloc_func.cpp +animated_tile.cpp articulated_vehicles.cpp autoreplace_cmd.cpp aystar.cpp @@ -124,6 +125,7 @@ airport.h airport_movement.h core/alloc_func.hpp core/alloc_type.hpp +animated_tile_func.h articulated_vehicles.h autoreplace_base.h autoreplace_func.h |