diff options
author | frosch <frosch@openttd.org> | 2017-01-14 15:48:19 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2017-01-14 15:48:19 +0000 |
commit | 1aedadb49b75862457bf29ac58a55d7dc80dcb35 (patch) | |
tree | 9697f62b4690d88c7f85db1dffe4ee53682ae841 /.gitignore | |
parent | ec9a920aab1af1001abb216a89cdc13e0ba1c3ab (diff) | |
download | openttd-1aedadb49b75862457bf29ac58a55d7dc80dcb35.tar.xz |
(svn r27730) -Change: Split openttd.grf into openttd.grf and orig_extra.grf
openttd.grf is now always loaded and provides all extra graphics in case the (possibly outdated) baseset does not.
orig_extra.grf contains graphics specific to the original baseset only.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index cb1e9d159..2b298a14a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ bin/ai/* bin/baseset/* !bin/baseset/openttd.grf !bin/baseset/opntitle.dat +!bin/baseset/orig_extra.grf !bin/baseset/orig_*.obg !bin/baseset/orig_*.obs !bin/baseset/no_sound.obs |