2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-06-22 18:49:34 +03:00

new values for LANG_* defines

This commit is contained in:
Felix Geyer 2004-08-13 15:26:48 +00:00
parent d79dfd9884
commit 27bb44a7fe

@ -163,8 +163,8 @@
#define MENU_KEY_9 (1<<8) #define MENU_KEY_9 (1<<8)
#define MENU_KEY_0 (1<<9) #define MENU_KEY_0 (1<<9)
#define LANG_PLAYER 0 #define LANG_SERVER 0
#define LANG_SERVER -1 #define LANG_PLAYER -1
/* Destination types for client_print() */ /* Destination types for client_print() */
enum { enum {