From de612666acff7e06c940c19f0f129baad65acea8 Mon Sep 17 00:00:00 2001 From: terencehill Date: Tue, 27 Jun 2017 16:48:20 +0200 Subject: [PATCH] Remove 3 unused constants --- qcsrc/server/bot/default/scripting.qh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qcsrc/server/bot/default/scripting.qh b/qcsrc/server/bot/default/scripting.qh index b3f0e90fa..cb5bf625f 100644 --- a/qcsrc/server/bot/default/scripting.qh +++ b/qcsrc/server/bot/default/scripting.qh @@ -34,9 +34,9 @@ const int BOT_CMD_BARRIER = 20; const int BOT_CMD_CONSOLE = 21; const int BOT_CMD_SOUND = 22; const int BOT_CMD_DEBUG_ASSERT_CANFIRE = 23; -const int BOT_CMD_WHILE = 24; // TODO: Not implemented yet -const int BOT_CMD_WEND = 25; // TODO: Not implemented yet -const int BOT_CMD_CHASE = 26; // TODO: Not implemented yet +//const int BOT_CMD_WHILE = 24; // TODO: Not implemented yet +//const int BOT_CMD_WEND = 25; // TODO: Not implemented yet +//const int BOT_CMD_CHASE = 26; // TODO: Not implemented yet const int BOT_CMD_COUNTER = 24; // Update this value if you add/remove a command -- 2.39.2