Update FinalSun.cpp

Updating
#ifdef to #if to fix find /replace error.
This commit is contained in:
brbarnesEA 2024-03-13 03:07:59 -07:00
parent a547a31a37
commit 0f6dc28050

View file

@ -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);