Changeset - r10052:f6fd7440b45d
[Not reviewed]
master
0 6 0
rubidium - 16 years ago 2008-08-31 23:12:57
rubidium@openttd.org
(svn r14214) -Codechange: move another TTD graphics bug into the GRF; height problem of sprite #142.
6 files changed with 3 insertions and 4 deletions:
0 comments (0 inline, 0 general)
bin/data/openttdd.grf
Show inline comments
 
binary diff not shown
bin/data/openttdw.grf
Show inline comments
 
binary diff not shown
bin/data/orig_dos.obg
Show inline comments
 
@@ -24,7 +24,7 @@ TRGI.GRF     = da6a6c9dcc451eec88d792114
 
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.
bin/data/orig_dos_de.obg
Show inline comments
 
@@ -24,7 +24,7 @@ TRGI.GRF     = da6a6c9dcc451eec88d792114
 
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.
bin/data/orig_win.obg
Show inline comments
 
@@ -24,7 +24,7 @@ TRGIR.GRF    = 0c2484ff6be49fc63a83be6ab
 
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.
src/spritecache.cpp
Show inline comments
 
@@ -252,7 +252,6 @@ static void* ReadSprite(SpriteCache *sc,
 
	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);
 

	
0 comments (0 inline, 0 general)