mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-24 02:32:18 +00:00
Added cmake-linux-retail.sh
This commit is contained in:
parent
506250ad62
commit
14bea1fea9
2 changed files with 5 additions and 1 deletions
5
neo/cmake-linux-retail.sh
Normal file
5
neo/cmake-linux-retail.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
cd ..
|
||||
rm -rf build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DONATIVE=ON -DFFMPEG=OFF -DBINKDEC=ON -DRETAIL=ON ../neo
|
|
@ -121,7 +121,6 @@ int com_editors = 0;
|
|||
idCommonLocal commonLocal;
|
||||
idCommon* common = &commonLocal;
|
||||
|
||||
// RB: defaulted this to 1 because we don't have a sound for the intro .bik video
|
||||
#if defined( ID_RETAIL )
|
||||
idCVar com_skipIntroVideos( "com_skipIntroVideos", "0", CVAR_BOOL , "skips intro videos" );
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue