From 28027a9adefef8700da21807b4753a2c59d2bc31 Mon Sep 17 00:00:00 2001 From: Rafael Date: Wed, 23 Mar 2016 02:23:32 +0100 Subject: [PATCH] auto open detect now mission replay --- SavegameDialog.ui | 3 +++ main.cpp | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/SavegameDialog.ui b/SavegameDialog.ui index a72159d..162025d 100755 --- a/SavegameDialog.ui +++ b/SavegameDialog.ui @@ -19,6 +19,9 @@ <span style=" font-weight:600;">Savegame</span><br><br>%1 + + true + diff --git a/main.cpp b/main.cpp index e69d8ae..e555fd8 100755 --- a/main.cpp +++ b/main.cpp @@ -76,6 +76,11 @@ int main(int argc, char *argv[]) arg1 = currentArg; selectedAction = "showsgd"; } + else if (argumentFileType == "MISR") + { + arg1 = currentArg; + selectedAction = "showsgd"; + } } } }