[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:
Bill Currie 2022-11-04 12:51:43 +09:00
parent c0cfeec5d6
commit 2a53047007
5 changed files with 10 additions and 37 deletions

View file

@ -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