From 532ac6bd670ab586cfe8778ea9b009f1201abfb5 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 23 Apr 2010 14:31:10 +0000 Subject: [PATCH] (svn r19697) -Add: sprite for NewGRF some debuging features --- bin/data/openttdd.grf | Bin 476268 -> 476333 bytes bin/data/openttdw.grf | Bin 476467 -> 476536 bytes bin/data/orig_dos.obg | 2 +- bin/data/orig_dos_de.obg | 2 +- bin/data/orig_win.obg | 2 +- src/table/sprites.h | 3 ++- 6 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bin/data/openttdd.grf b/bin/data/openttdd.grf index e872a9f77d7b84bbec4bf4f763a2f7f5607e3abb..efa4d0d76c5c88d37c809ec0e4eff8def8d2991e 100644 GIT binary patch delta 110 zcmaFUA-lFymW74k|LI1SRu;xq7N%Af=2jM#tt_l9HyLMb@4U%cHObMBfs=!s0R$8T z7{nN47~~l=7<3uT7_1o>85tW{85x-v8(A0|nHk$32)+1b&{(e11ASN0|=-H zFo-e8Fvv4#Fz7OvF<3J&GG1?Fz0SyVy^-a5BlGokhU?d_zhGv*-purZa{?bD(+e4P SM&|2Htk1b<%d;T(;~R08T#- AC;$Ke diff --git a/bin/data/orig_dos.obg b/bin/data/orig_dos.obg index e58fcf79a7..4586acb527 100644 --- a/bin/data/orig_dos.obg +++ b/bin/data/orig_dos.obg @@ -55,7 +55,7 @@ TRGI.GRF = da6a6c9dcc451eec88d79211437b76a8 TRGC.GRF = ed446637e034104c5559b32c18afe78d TRGH.GRF = ee6616fb0e6ef6b24892c58c93d86fc9 TRGT.GRF = e30e8a398ae86c03dc534a8ac7dfb3b6 -OPENTTDD.GRF = 356cf9663aacb212fdbff609d99090d6 +OPENTTDD.GRF = 177d3eeda710bb6f1b93955fdd3754fa [origin] default = You can find it on your Transport Tycoon Deluxe CD-ROM. diff --git a/bin/data/orig_dos_de.obg b/bin/data/orig_dos_de.obg index 4ab9e3b998..714a7462ef 100644 --- a/bin/data/orig_dos_de.obg +++ b/bin/data/orig_dos_de.obg @@ -55,7 +55,7 @@ TRGI.GRF = da6a6c9dcc451eec88d79211437b76a8 TRGC.GRF = ed446637e034104c5559b32c18afe78d TRGH.GRF = ee6616fb0e6ef6b24892c58c93d86fc9 TRGT.GRF = fcde1d7e8a74197d72a62695884b909e -OPENTTDD.GRF = 356cf9663aacb212fdbff609d99090d6 +OPENTTDD.GRF = 177d3eeda710bb6f1b93955fdd3754fa [origin] default = You can find it on your Transport Tycoon Deluxe CD-ROM. diff --git a/bin/data/orig_win.obg b/bin/data/orig_win.obg index 6fd91871b4..05f8b720a7 100644 --- a/bin/data/orig_win.obg +++ b/bin/data/orig_win.obg @@ -55,7 +55,7 @@ TRGIR.GRF = 0c2484ff6be49fc63a83be6ab5c38f32 TRGCR.GRF = 3668f410c761a050b5e7095a2b14879b TRGHR.GRF = 06bf2b7a31766f048baac2ebe43457b1 TRGTR.GRF = de53650517fe661ceaa3138c6edb0eb8 -OPENTTDW.GRF = 80346ea80de167068cfb975f93963941 +OPENTTDW.GRF = 7f67abbead5b77b86c375d4f9a7b1a29 [origin] default = You can find it on your Transport Tycoon Deluxe CD-ROM. diff --git a/src/table/sprites.h b/src/table/sprites.h index 29f0a73617..3fc4f2f228 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -55,7 +55,7 @@ static const SpriteID SPR_LARGE_SMALL_WINDOW = 682; /* Extra graphic spritenumbers */ static const SpriteID SPR_OPENTTD_BASE = 4896; -static const uint16 OPENTTD_SPRITE_COUNT = 153; +static const uint16 OPENTTD_SPRITE_COUNT = 154; /* Halftile-selection sprites */ static const SpriteID SPR_HALFTILE_SELECTION_FLAT = SPR_OPENTTD_BASE; @@ -72,6 +72,7 @@ static const SpriteID SPR_WINDOW_RESIZE_RIGHT= SPR_OPENTTD_BASE + 44; // resize static const SpriteID SPR_WINDOW_RESIZE_LEFT = SPR_OPENTTD_BASE + 149; // resize icon to the left static const SpriteID SPR_WINDOW_SHADE = SPR_OPENTTD_BASE + 151; // shade the window icon static const SpriteID SPR_WINDOW_UNSHADE = SPR_OPENTTD_BASE + 152; // unshade the window icon +static const SpriteID SPR_WINDOW_DEBUG = SPR_OPENTTD_BASE + 153; // NewGRF debug window icon static const SpriteID SPR_IMG_PLAY_MUSIC_RTL = SPR_OPENTTD_BASE + 150; // play music button, but then for RTL users /* Arrow icons pointing in all 4 directions */ static const SpriteID SPR_ARROW_DOWN = SPR_OPENTTD_BASE + 45;