From 7a7562d8e24f231f5e1a66281f1ec99027a86d1d Mon Sep 17 00:00:00 2001 From: maedhros Date: Sun, 21 Jan 2007 11:49:18 +0000 Subject: (svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and include that instead of using externs. Also move DrawPlayerIcon from graph_gui.cpp to players.cpp. --- src/table/sprites.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/table/sprites.h') diff --git a/src/table/sprites.h b/src/table/sprites.h index 0cec8d193..8ed8d19f0 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -120,6 +120,9 @@ enum Sprites { /* Manager face sprites */ SPR_GRADIENT = 874, // background gradient behind manager face + /* Icon showing player colour. */ + SPR_PLAYER_ICON = 747, + /* is itself no foundation sprite, because tileh 0 has no foundation */ SPR_FOUNDATION_BASE = 989, -- cgit v1.2.3-54-g00ecf