X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fcommand%2Fshared_defs.qh;h=9e9e6da41757dbd29732e17d5a22af25c3780878;hb=971eb36c4ccfde80cd46767b0c20e2d97350821e;hp=f06ee3239d67f3ddfccd7ad32545027a3addebf0;hpb=03909954b4ee287a38a122291fb8a6166b834a72;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/command/shared_defs.qh b/qcsrc/common/command/shared_defs.qh index f06ee3239..9e9e6da41 100644 --- a/qcsrc/common/command/shared_defs.qh +++ b/qcsrc/common/command/shared_defs.qh @@ -4,5 +4,5 @@ // ========================================================= // identifiers for subfunction requests by the command code structure -#define CMD_REQUEST_COMMAND 1 -#define CMD_REQUEST_USAGE 2 \ No newline at end of file +const float CMD_REQUEST_COMMAND = 1; +const float CMD_REQUEST_USAGE = 2; \ No newline at end of file