TheAssemblyArmada / Chronoshift

An open source re-implementation of Red Alert written in C++.
GNU General Public License v2.0
174 stars 24 forks source link

Remove redalert.ini check in Main #23

Closed tomsons26 closed 5 years ago

tomsons26 commented 5 years ago

WinMain checks for "REDALERT.INI" which is redundant on the Windows version. Reason for this logic is cause in DOS you HAD to run SETUP before you could start the game cause SETUP set up the sound configuration. This config, while read, isn't actually used by the Windows version.

Removing this check will solve first run freezes as the game gets stuck looking for the ini. We should write a new ini instead if none exists.

ghost commented 5 years ago

Issue fixed in #144 .