mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-03-15 00:41:21 +00:00
Update FinalSun.cpp
Updating #ifdef to #if to fix find /replace error.
This commit is contained in:
parent
a547a31a37
commit
0f6dc28050
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ BOOL CFinalSunApp::InitInstance()
|
|||
|
||||
void CFinalSunApp::ParseCommandLine()
|
||||
{
|
||||
#ifdef 0 // Removed as it can conflict with Steam game arguments! -LF 23.02.2024
|
||||
#if 0 // Removed as it can conflict with Steam game arguments! -LF 23.02.2024
|
||||
char data[MAX_PATH + 30];
|
||||
|
||||
strcpy(data, theApp.m_lpCmdLine);
|
||||
|
|
Loading…
Add table
Reference in a new issue