mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-19 04:35:08 -04:00
refactored recent file list logic, supporting 10 records now .
This commit is contained in:
parent
89bce98a13
commit
893427625d
5 changed files with 54 additions and 72 deletions
|
@ -37,10 +37,12 @@
|
|||
#include "ddeml.h"
|
||||
#include "loading.h"
|
||||
|
||||
static auto constexpr RecentFilesSlots = 10;
|
||||
|
||||
struct OPTIONS {
|
||||
CString TSExe;
|
||||
CString LanguageName;
|
||||
CString prev_maps[4];
|
||||
CString prev_maps[RecentFilesSlots];
|
||||
bool bPreferLocalTheaterFiles = true;
|
||||
BOOL bFlat;
|
||||
BOOL bEasy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue