(svn r14214) -Codechange: move another TTD graphics bug into the GRF; height problem of sprite #142.
authorrubidium
Sun, 31 Aug 2008 23:12:57 +0000
changeset 10052 f946c7632df2
parent 10051 2e4575f188ad
child 10053 4df9e8656293
(svn r14214) -Codechange: move another TTD graphics bug into the GRF; height problem of sprite #142.
bin/data/openttdd.grf
bin/data/openttdw.grf
bin/data/orig_dos.obg
bin/data/orig_dos_de.obg
bin/data/orig_win.obg
src/spritecache.cpp
Binary file bin/data/openttdd.grf has changed
Binary file bin/data/openttdw.grf has changed
--- a/bin/data/orig_dos.obg	Sun Aug 31 21:43:34 2008 +0000
+++ b/bin/data/orig_dos.obg	Sun Aug 31 23:12:57 2008 +0000
@@ -24,7 +24,7 @@
 TRGC.GRF     = ed446637e034104c5559b32c18afe78d
 TRGH.GRF     = ee6616fb0e6ef6b24892c58c93d86fc9
 TRGT.GRF     = e30e8a398ae86c03dc534a8ac7dfb3b6
-OPENTTDD.GRF = 54198e7a56fba23bad45a1c278df7679
+OPENTTDD.GRF = 4d568fe52884fb104ad51ba8d0427473
 
 [origin]
 default      = You can find it on your Transport Tycoon Deluxe CD-ROM.
--- a/bin/data/orig_dos_de.obg	Sun Aug 31 21:43:34 2008 +0000
+++ b/bin/data/orig_dos_de.obg	Sun Aug 31 23:12:57 2008 +0000
@@ -24,7 +24,7 @@
 TRGC.GRF     = ed446637e034104c5559b32c18afe78d
 TRGH.GRF     = ee6616fb0e6ef6b24892c58c93d86fc9
 TRGT.GRF     = fcde1d7e8a74197d72a62695884b909e
-OPENTTDD.GRF = 54198e7a56fba23bad45a1c278df7679
+OPENTTDD.GRF = 4d568fe52884fb104ad51ba8d0427473
 
 [origin]
 default      = You can find it on your Transport Tycoon Deluxe CD-ROM.
--- a/bin/data/orig_win.obg	Sun Aug 31 21:43:34 2008 +0000
+++ b/bin/data/orig_win.obg	Sun Aug 31 23:12:57 2008 +0000
@@ -24,7 +24,7 @@
 TRGCR.GRF    = 3668f410c761a050b5e7095a2b14879b
 TRGHR.GRF    = 06bf2b7a31766f048baac2ebe43457b1
 TRGTR.GRF    = de53650517fe661ceaa3138c6edb0eb8
-OPENTTDW.GRF = e746c0c5649e98cfda21b577add7e6e1
+OPENTTDW.GRF = 19f5ffa1ae99be3565890360d4ba7398
 
 [origin]
 default      = You can find it on your Transport Tycoon Deluxe CD-ROM.
--- a/src/spritecache.cpp	Sun Aug 31 21:43:34 2008 +0000
+++ b/src/spritecache.cpp	Sun Aug 31 23:12:57 2008 +0000
@@ -252,7 +252,6 @@
 	sc->real_sprite = real_sprite;
 
 	if (!sprite_loader.LoadSprite(&sprite, file_slot, file_pos)) return NULL;
-	if (id == 142) sprite.height = 10; // Compensate for a TTD bug
 	sc->ptr = BlitterFactoryBase::GetCurrentBlitter()->Encode(&sprite, &AllocSprite);
 	free(sprite.data);