From 56611d13db7f69bb482b7fd625511a311e97e251 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 2 Nov 2009 16:07:09 +0000 Subject: (svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/ --- src/table/sprites.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table/sprites.h') diff --git a/src/table/sprites.h b/src/table/sprites.h index 4a1a67876..e522ec71f 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -254,7 +254,7 @@ enum Sprites { SPR_GRADIENT = 874, // background gradient behind manager face /* Icon showing company colour. */ - SPR_PLAYER_ICON = 747, + SPR_COMPANY_ICON = 747, /* is itself no foundation sprite, because tileh 0 has no foundation */ SPR_FOUNDATION_BASE = 989, -- cgit v1.2.3-54-g00ecf