Skip to content

Commit

Permalink
refactor: added pragmas to invokeMenuCommand procedure
Browse files Browse the repository at this point in the history
FossilOrigin-Name: d21b198bf5eb13ce3e3488b82adc0988d0a027761f520159798dd3bffcb6eb7f
  • Loading branch information
thindil committed Feb 8, 2024
1 parent 1188e44 commit 03a3c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nim/src/ui/mapsuicommands.nim
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ proc showGameMenuCommand(clientData: cint; interp: PInterp; argc: cint;
## ShowGameMenu

proc invokeMenuCommand(clientData: cint; interp: PInterp; argc: cint;
argv: openArray[cstring]): TclResults
argv: openArray[cstring]): TclResults {.sideEffect, raises: [], tags: [].}

proc addCommands*() =
addCommand("HideMapButtons", hideMapButtonsCommand)
Expand Down

0 comments on commit 03a3c04

Please sign in to comment.