]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Show key name when indicating the player how to respawn. Not that it's needed, but...
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 5 Oct 2012 23:41:29 +0000 (02:41 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Fri, 5 Oct 2012 23:41:29 +0000 (02:41 +0300)
qcsrc/client/scoreboard.qc

index 51b014bdc1c18514c8f98689ff2b93367bad7143..b14a74f29e2f989d5788baf6fc23c2ba81357b99 100644 (file)
@@ -1393,7 +1393,7 @@ void HUD_DrawScoreboard()
                }
                else if(time >= respawn_time)
                {
-                       str = strcat("You are dead, press fire to respawn");
+                       str = strcat("You are dead, press ^1", getcommandkey("primary fire", "+fire"), "^7 to respawn");
                }
 
                pos_y += 1.2 * hud_fontsize_y;