remove a value used for a test run of nmake

This commit is contained in:
nhmall
2023-01-29 22:09:54 -05:00
parent 6ce2994646
commit 8bb1feab61

View File

@@ -49,7 +49,7 @@ GAMEDIR = ..\binary # Default game build directory
#
# windsound uses built-in Microsoft API's, no 3rd party download is required.
SOUND_LIBRARIES = windsound fmod
SOUND_LIBRARIES = windsound
#
#------------------------------------------------------------------------------