mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
[nq,qw] Clean up centerprint dstring
It was quite redundant and the optimization it vaguely provided belongs in sbar and not in the protocol parser.
This commit is contained in:
parent
c0cfeec5d6
commit
2a53047007
5 changed files with 10 additions and 37 deletions
|
@ -303,6 +303,4 @@ void CL_RSShot_f (void);
|
|||
#define RSSHOT_WIDTH 320
|
||||
#define RSSHOT_HEIGHT 200
|
||||
|
||||
extern struct dstring_s *centerprint;
|
||||
|
||||
#endif // _CLIENT_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue