From b5b2cea39c0650ed34f5385ed1fe175d431f604e Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 18 Dec 2009 22:11:06 +0000 Subject: Fix poor quality application icons seen when the game is running. Add back 8-bit icon files alongside files including both 8-bit and high quality 32-bit versions. Use the high quality icon files for resource files includes, and the low quality ones for in-game SDL. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1750 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 208039a5..378ad053 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -188,7 +188,7 @@ EXTRA_DIST = \ if HAVE_PYTHON -icon.c : ../data/doom.ico +icon.c : ../data/doom8.ico ../data/convert-icon $^ $@ endif -- cgit v1.2.3