summaryrefslogtreecommitdiffstats
path: root/src/common/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/global.h')
-rw-r--r--src/common/global.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/global.h b/src/common/global.h
index acc5b8f..88f753e 100644
--- a/src/common/global.h
+++ b/src/common/global.h
@@ -84,9 +84,8 @@ enum ResearchType
/**
* \enum KeyRank
* \brief Slots for key assignment of user controls
- *
- * TODO: refactor
*/
+// TODO: remove (use the new InputSlot enum from app/app.h)
enum KeyRank
{
KEYRANK_LEFT = 0,
@@ -113,6 +112,8 @@ enum KeyRank
KEYRANK_AIMUP = 21,
KEYRANK_AIMDOWN = 22,
KEYRANK_CBOT = 23,
+
+ KEYRANK_MAX
};
// TODO: move to CRobotMain