mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Fix makefile for deutex 5.0
-fullsnd is no longer a valid option
This commit is contained in:
parent
b66ab3d298
commit
163fa96713
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ VERSION=$(shell git describe --dirty 2>/dev/null || cat VERSION)
|
||||||
WADS=wads
|
WADS=wads
|
||||||
CPP=scripts/simplecpp
|
CPP=scripts/simplecpp
|
||||||
DEUTEX=deutex
|
DEUTEX=deutex
|
||||||
DEUTEX_BASIC_ARGS=-v0 -fullsnd -rate accept -rgb 0 255 255
|
DEUTEX_BASIC_ARGS=-v0 -rate accept -rgb 0 255 255
|
||||||
DEUTEX_ARGS=$(DEUTEX_BASIC_ARGS) -doom2 bootstrap/
|
DEUTEX_ARGS=$(DEUTEX_BASIC_ARGS) -doom2 bootstrap/
|
||||||
|
|
||||||
FREEDOOM1=$(WADS)/freedoom1.wad
|
FREEDOOM1=$(WADS)/freedoom1.wad
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue