summaryrefslogtreecommitdiff
path: root/Makefile.grf.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2012-02-24 22:19:45 +0000
committerrubidium <rubidium@openttd.org>2012-02-24 22:19:45 +0000
commit46b08db917f1fe2c804e4a8fdffd03c5d8be980e (patch)
treecbb4bd623d0ccabb7f0708cc7722fd1d22f1462f /Makefile.grf.in
parent74785478ec78cda428d607f6f18b9665bb9896f1 (diff)
downloadopenttd-46b08db917f1fe2c804e4a8fdffd03c5d8be980e.tar.xz
(svn r23981) -Codechange: reduce GRF size by a few percent by letting GRFCodec determine the best compression
Diffstat (limited to 'Makefile.grf.in')
-rw-r--r--Makefile.grf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.grf.in b/Makefile.grf.in
index 2112f2a8a..45fb919f5 100644
--- a/Makefile.grf.in
+++ b/Makefile.grf.in
@@ -66,7 +66,7 @@ $(OBJS_DIR)/openttd.grf: $(PNG_FILES) $(NFO_FILES) $(OBJS_DIR)/sprites
$(Q) gcc -I$(GRF_DIR) -C -E - < "$(GRF_DIR)/openttd.nfo" | sed -e '/^#/d' -e '/^$$/d' > $(OBJS_DIR)/sprites/openttd.nfo
$(Q) $(NFORENUM) -s $(OBJS_DIR)/sprites/openttd.nfo
$(E) '$(STAGE) Compiling openttd.grf'
- $(Q) $(GRFCODEC) -s -e -p1 $(OBJS_DIR)/openttd.grf
+ $(Q) $(GRFCODEC) -n -s -e -p1 $(OBJS_DIR)/openttd.grf
# Clean up temporary files.
clean: