[client] Merge sbar into hud

This cleans up a lot of the twisted code between the two files. With the
rewrite of hud/sbar last year, there's really no separation between the
two.
This commit is contained in:
Bill Currie 2023-12-21 12:35:02 +09:00
parent a3e1a01adf
commit c5d27f5162
13 changed files with 2602 additions and 2775 deletions

View file

@ -61,7 +61,7 @@
#include "client/chase.h"
#include "client/effects.h"
#include "client/particles.h"
#include "client/sbar.h"
#include "client/hud.h"
#include "client/screen.h"
#include "client/temp_entities.h"
#include "client/world.h"