diff options
author | rubidium <rubidium@openttd.org> | 2010-08-02 15:29:31 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-08-02 15:29:31 +0000 |
commit | dfb0a2c9a5a91e7c100fc383096f8c633710c687 (patch) | |
tree | d5fe778f61ac264dd828dd02959b7c56a83769c4 /.gitignore | |
parent | cded122da519b72a00c0432a7129a5a9f8ee97e7 (diff) | |
download | openttd-dfb0a2c9a5a91e7c100fc383096f8c633710c687.tar.xz |
(svn r20305) -Change: reduce OpenTTD's install size by roughly 460 KiB by only providing the "extra" base graphics in one palette and doing the conversion upon loading; the conversion has existed for a while, but now the NewGRF can tell its palette using Action 14 thus it can enable the conversion for only that NewGRF.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index c21202f71..b608306d8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,7 @@ bin/ai/* !bin/ai/regression !bin/data bin/data/* -!bin/data/openttdd.grf -!bin/data/openttdw.grf +!bin/data/openttd.grf !bin/data/opntitle.dat !bin/data/orig_*.obg !bin/data/orig_*.obs |