From d60c50c20fa3c0d6187b8728e77aeb0a0020ece4 Mon Sep 17 00:00:00 2001 From: driAn Date: Sat, 25 Nov 2006 23:23:42 +0000 Subject: [PATCH] no message git-svn-id: svn://svn.code.sf.net/p/actiongame/code/trunk/ac@735 e016b1c5-ed68-44aa-a2f7-31cac88cffde --- source/src/clients2c.cpp | 2 -- source/src/main.cpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/source/src/clients2c.cpp b/source/src/clients2c.cpp index 7ff9434c4d..b4e0d12f6d 100644 --- a/source/src/clients2c.cpp +++ b/source/src/clients2c.cpp @@ -481,8 +481,6 @@ void parsemessages(int cn, playerent *d, ucharbuf &p) getint(p); break; - // End add - default: neterr("type"); return; diff --git a/source/src/main.cpp b/source/src/main.cpp index 18efd11cba..16f57eb7d8 100644 --- a/source/src/main.cpp +++ b/source/src/main.cpp @@ -424,5 +424,5 @@ void loadcrosshair(char *c) COMMAND(loadcrosshair, ARG_1STR); -VAR(version, 1, 910, 0); +VAR(version, 1, 920, 0);