Switched LANG_SERVER/LANG_PLAYER

Fixed show_menu (param count is always the same)
This commit is contained in:
David Anderson
2004-08-13 16:21:15 +00:00
parent 93851f289f
commit 7aa6902e36
3 changed files with 14 additions and 11 deletions

View File

@@ -32,7 +32,8 @@
#ifndef _INCLUDE_CLANG_H
#define _INCLUDE_CLANG_H
#define LANG_SERVER -1
#define LANG_SERVER 0
#define LANG_PLAYER -1
class CLangMngr
{