(svn r11128) -Fix: a lot of graphical glitches by changing some bounding boxes. It's not perfect yet, but a *very* good step into the right direction. Patch by frosch.
This commit is contained in:
@@ -384,6 +384,8 @@ static void LoadSpriteTables()
|
||||
assert(load_index == SPR_ONEWAY_BASE);
|
||||
load_index += LoadGrfFile("oneway.grf", load_index, i++);
|
||||
|
||||
load_index++; // SPR_EMPTY_BOUNDING_BOX
|
||||
|
||||
assert(load_index == SPR_FLAGS_BASE);
|
||||
load_index += LoadGrfFile("flags.grf", load_index, i++);
|
||||
|
||||
|
Reference in New Issue
Block a user