File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,16 @@ void CInstallManager::InitSequencer()
99
99
CR " update_end: " // //// End of 'update game' //////
100
100
CR " CALL SwitchBackFromTempExe " //
101
101
CR " " //
102
+ CR " gta_version_check:" // //// Start of 'gta version check' //////
103
+ CR " CALL ProcessGtaVersionCheck " //
104
+ CR " IF LastResult == ok GOTO gta_version_end: " //
105
+ CR " IF LastResult == quit GOTO do_quit: " //
106
+ CR " " //
107
+ CR " CALL ChangeToAdmin " // If changes failed, try as admin
108
+ CR " IF LastResult == ok GOTO gta_version_check: " //
109
+ CR " GOTO do_quit: " // If changes as admin failed, then quit
110
+ CR " gta_version_end: " // //// End of 'gta version check' //////
111
+ CR " " //
102
112
CR " newlayout_check:" // //// Start of 'new layout check' //////
103
113
CR " CALL ProcessLayoutChecks " //
104
114
CR " IF LastResult == ok GOTO newlayout_end: " //
You can’t perform that action at this time.
0 commit comments