Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Commit

Permalink
added missing global var
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Atwood committed May 6, 2015
1 parent 99d64f9 commit 3dd0707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion realmscript.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Return
WinActive() {
WinGetTitle, winTitle, A
WinGet, winProcessName, ProcessName, A
global USE_CUSTOM_CURSOR, CUSTOM_CURSOR
global DISABLE_RESIZE, USE_CUSTOM_CURSOR, CUSTOM_CURSOR
Suspend Off
Menu, Tray, Icon, img/realmscript.ico, , 1
if (DISABLE_RESIZE
Expand Down

0 comments on commit 3dd0707

Please sign in to comment.