mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +00:00
Rename client_state_t to sv_client_state_t;
client_state_t cls ---> client_static_t cls;
This commit is contained in:
parent
1139c87959
commit
39b83b626b
2 changed files with 4 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue