From: terencehill Date: Sun, 25 Dec 2011 16:28:21 +0000 (+0100) Subject: Make SPRITERULE_SPECTATOR independent from other rules in the client too X-Git-Tag: xonotic-v0.8.1~12^2~53 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b64b774b49a7b92070677f4450d7c7b313506fcd;p=xonotic%2Fxonotic-data.pk3dir.git Make SPRITERULE_SPECTATOR independent from other rules in the client too --- diff --git a/qcsrc/client/waypointsprites.qc b/qcsrc/client/waypointsprites.qc index 3b3fb6cae..9b6830a29 100644 --- a/qcsrc/client/waypointsprites.qc +++ b/qcsrc/client/waypointsprites.qc @@ -417,6 +417,8 @@ void Draw_WaypointSprite() case SPRITERULE_SPECTATOR: if(!autocvar_g_waypointsprite_items_for_spectators) return; + spriteimage = self.netname; + break; case SPRITERULE_DEFAULT: if(self.team) {