(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.
This commit is contained in:
@@ -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,
|
||||
|
||||
|
Reference in New Issue
Block a user