diff options
Diffstat (limited to 'src/dyetool/client.cpp')
-rw-r--r-- | src/dyetool/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dyetool/client.cpp b/src/dyetool/client.cpp index 8ed409a0a..05a5d365a 100644 --- a/src/dyetool/client.cpp +++ b/src/dyetool/client.cpp @@ -307,7 +307,7 @@ void Client::gameInit() touchManager.init(); // Initialize the item and emote shortcuts. -// for (unsigned f = 0; f < SHORTCUT_TABS; f ++) +// for (size_t f = 0; f < SHORTCUT_TABS; f ++) // itemShortcut[f] = new ItemShortcut(f); // emoteShortcut = new EmoteShortcut; // dropShortcut = new DropShortcut; |