Changeset - r17636:d099f256ef05
[Not reviewed]
master
0 1 0
frosch - 13 years ago 2011-05-03 20:48:53
frosch@openttd.org
(svn r22418) -Fix (r22417): Messed up the palette detection of the extra base grf.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/gfxinit.cpp
Show inline comments
 
@@ -183,7 +183,7 @@ static void LoadSpriteTables()
 
	 * setting one, use the palette of the base set and not the global
 
	 * one which might be the wrong palette for this base NewGRF.
 
	 * The value set here might be overridden via action14 later. */
 
	switch (_use_palette) {
 
	switch (used_set->palette) {
 
		case PAL_DOS:     master->palette |= GRFP_GRF_DOS;     break;
 
		case PAL_WINDOWS: master->palette |= GRFP_GRF_WINDOWS; break;
 
		default: break;
0 comments (0 inline, 0 general)