Skip to content

Commit

Permalink
Show hidden windows after they are merged
Browse files Browse the repository at this point in the history
@sqozz  was right, a simple @SW_HIDE in the Run() command is enough to
hide both the network and the game window. Ready for the 0.3.0 release!
  • Loading branch information
robotanarchy committed Dec 20, 2014
1 parent 6262f5f commit 9505e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splitscreen_mod/include/merge.au3
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Func merge($config, $player_res)
; Remove "GTA2" from the title, so it won't be
; matched again
WinSetTitle($hwnd,"", "Player "&($i+1))

WinSetState($hwnd,"",@SW_SHOW)
ExitLoop
EndIf
Next
Expand Down

0 comments on commit 9505e7e

Please sign in to comment.