l games brutaldoom: v20 -> v21

This commit is contained in:
lassulus 2019-10-14 15:34:03 +02:00
parent 21bb247495
commit f3cfc93f80

View file

@ -10,7 +10,7 @@ let
doom = pkgs.writeDash "doom" ''
DOOM_DIR=''${DOOM_DIR:-~/doom/}
${vdoom} \
-file $DOOM_DIR/lib/brutalv20.pk3 \
-file $DOOM_DIR/lib/brutalv21.pk3 \
"$@"
'';
doom1 = pkgs.writeDashBin "doom1" ''