Always save the replay metadata (summary screen info) when ending the application. Patch by Imarok, fixes #4020.
Description
Description
Details
Details
- Committed
elexis Aug 17 2016, 5:17 PM - Parents
- rP18612: Fixes off-by-one error.
- Branches
- Unknown
- Tags
Event Timeline
/ps/trunk/source/ps/GameSetup/GameSetup.cpp | ||
---|---|---|
707 | This condition is a mess, not only because it's complex hardcoded logic, but also because it duplicates the logic when to store a replay, which should rather be obtained from the original source (CGame constructor arguments, existence of a ReplayLogger). |