File diff r25654:e264fd698eb2 → r25655:1030dcb7eb52
src/blitter/32bpp_simple.cpp
Show inline comments
 
@@ -106,7 +106,7 @@ void Blitter_32bppSimple::DrawColourMapp
 
		return;
 
	}
 

	
 
	DEBUG(misc, 0, "32bpp blitter doesn't know how to draw this colour table ('%d')", pal);
 
	Debug(misc, 0, "32bpp blitter doesn't know how to draw this colour table ('{}')", pal);
 
}
 

	
 
Sprite *Blitter_32bppSimple::Encode(const SpriteLoader::Sprite *sprite, AllocatorProc *allocator)