summaryrefslogtreecommitdiff
path: root/src/gui/botcheckerwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/botcheckerwindow.h')
-rw-r--r--src/gui/botcheckerwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/botcheckerwindow.h b/src/gui/botcheckerwindow.h
index 36ca41a24..7bc75e2fb 100644
--- a/src/gui/botcheckerwindow.h
+++ b/src/gui/botcheckerwindow.h
@@ -33,8 +33,8 @@
struct BOTCHK final
{
- short id; /**< Index into "botchecker_db" array */
- short lv, sp;
+ int16_t id; /**< Index into "botchecker_db" array */
+ int16_t lv, sp;
};
class Button;