mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-09-06 14:25:47 -04:00
Now option dialog rather locate mix file instead of exe file .
This commit is contained in:
parent
dc12465e38
commit
5315b721de
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ void CTSOptions::OnChoose()
|
|||
const char* pFileName = "game.exe";
|
||||
const char* pFileSearchPattern = "C&C EXE|game.exe|";
|
||||
#if defined(RA2_MODE)
|
||||
pFileName = yuri_mode ? "ra2md.exe" : "ra2.exe";
|
||||
pFileSearchPattern = yuri_mode ? "Yuri's Revenge EXE|ra2md.exe|" : "Red Alert 2 EXE|ra2.exe|";
|
||||
pFileName = yuri_mode ? "ra2md.mix" : "ra2.mix";
|
||||
pFileSearchPattern = yuri_mode ? "Yuri's Revenge Mix|ra2md.mix|" : "Red Alert 2 Mix|ra2.mix|";
|
||||
#else
|
||||
pFileName = "Sun.exe";
|
||||
pFileSearchPattern = "Tiberian Sun EXE|Sun.exe|";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue