mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-17 19:56:38 -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
|
@ -324,7 +324,7 @@ BOOL CFinalSunApp::InitInstance()
|
|||
|
||||
// MW 07/20/01: Load file list
|
||||
int i;
|
||||
for (i = 0; i < 4; i++) {
|
||||
for (i = 0; i < RecentFilesSlots; i++) {
|
||||
char c[50];
|
||||
itoa(i, c, 10);
|
||||
opts.prev_maps[i] = optini.GetString("Files", c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue