Load autosaves too
This commit is contained in:
@@ -438,6 +438,8 @@ int main(int argc, char** argv) {
|
|||||||
for (int i = 0; i < SDL_NumJoysticks(); i++)
|
for (int i = 0; i < SDL_NumJoysticks(); i++)
|
||||||
OpenOneGamepad(i);
|
OpenOneGamepad(i);
|
||||||
|
|
||||||
|
if (g_config.autosave)
|
||||||
|
HandleCommand(kKeys_Load + 0, true);
|
||||||
|
|
||||||
bool running = true;
|
bool running = true;
|
||||||
uint32 lastTick = SDL_GetTicks();
|
uint32 lastTick = SDL_GetTicks();
|
||||||
|
|||||||
Reference in New Issue
Block a user