]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
no longer put csprogs.dat into demopacks
authorRudolf Polzer <divverent@xonotic.org>
Wed, 19 Sep 2012 15:06:10 +0000 (17:06 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Wed, 19 Sep 2012 15:06:10 +0000 (17:06 +0200)
misc/tools/demopacker.sh

index 00c5d1444282f7f77b8b9b8c84140aab1705edee..0072492c22c0a426c39ef9ebb15b0c6d7f50ac9d 100755 (executable)
@@ -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
                                ;;