mirror of
https://github.com/fortressforever/fortressforever-maps.git
synced 2024-11-24 13:21:31 +00:00
Fix "GameExeDir"
This commit is contained in:
parent
043417a64f
commit
b12a45f1db
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ echo "DefaultPointEntity" "info_ff_script"
|
|||
echo "BSP" "%Ep1BinDir%\vbsp.exe"
|
||||
echo "Vis" "%Ep1BinDir%\vvis.exe"
|
||||
echo "Light" "%Ep1BinDir%\vrad.exe"
|
||||
echo "GameExeDir" "%GameDir%/Fortress Forever"
|
||||
echo "GameExeDir" "%GameDir%"
|
||||
echo "MapDir" "%ModDir%/mapsrc"
|
||||
echo "BSPDir" "%ModDir%/maps"
|
||||
echo "CordonTexture" "tools\toolsskybox"
|
||||
|
|
Loading…
Reference in a new issue