Rename client_state_t to sv_client_state_t;

client_state_t cls ---> client_static_t cls;
This commit is contained in:
Anton E. Gavrilov 2000-06-09 18:47:12 +00:00
parent 1139c87959
commit 39b83b626b
2 changed files with 4 additions and 5 deletions

View file

@ -29,6 +29,7 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "client.h"
#include "server.h"
#include "crc.h"
#include "msg.h"
@ -38,7 +39,7 @@
#include "sys.h"
#include "pmove.h"
client_state_t cls;
client_static_t cls;
void
Draw_BeginDisc(void)