From: Rudolf Polzer <divverent@xonotic.org>
Date: Wed, 19 Sep 2012 15:06:10 +0000 (+0200)
Subject: no longer put csprogs.dat into demopacks
X-Git-Tag: xonotic-v0.7.0~40
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d64ffc69595fa3635854c05862a11d6e82a23931;p=xonotic%2Fxonotic.git

no longer put csprogs.dat into demopacks
---

diff --git a/misc/tools/demopacker.sh b/misc/tools/demopacker.sh
index 00c5d144..0072492c 100755
--- a/misc/tools/demopacker.sh
+++ b/misc/tools/demopacker.sh
@@ -37,10 +37,9 @@ while [ -n "$allfiles" ]; do
 		[ -f "$f" ] || continue
 		fn=${f#*/*/}
 		case "$f" in
-# BUG: DP cannot read the csprogs.dat from the demo in readonly mode, so we have to keep this one for now
-#			*/csprogs.dat)
-#				# spam, skip it
-#				;;
+			*/csprogs.dat)
+				# spam, skip it
+				;;
 			*/unifont-*.ttf)
 				# spam, skip it
 				;;