From 46b08db917f1fe2c804e4a8fdffd03c5d8be980e Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 24 Feb 2012 22:19:45 +0000 Subject: (svn r23981) -Codechange: reduce GRF size by a few percent by letting GRFCodec determine the best compression --- Makefile.grf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.grf.in') 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: -- cgit v1.2.3-54-g00ecf