Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
why the hell didn't scite warn me about that in wine?
  • Loading branch information
robotanarchy committed Dec 23, 2014
1 parent 7d98fde commit 017c796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splitscreen_mod/include/other.au3
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Global $config
Func fake_focus()
l("Sending fake focus messages to all windows...")
Local $i
For $config[7] To $i = 0 Step -1
For $i = $config[7] To 0 Step -1
_SendMessage(WinGetHandle("Player "&($i+1)), 0x0007)
Next
EndFunc
Expand Down

0 comments on commit 017c796

Please sign in to comment.