File diff r19211:689ef38b7870 → r19212:c8e0af51e6c1
src/blitter/32bpp_anim.hpp
Show inline comments
 
@@ -47,9 +47,9 @@ public:
 
	/**
 
	 * Look up the colour in the current palette.
 
	 */
 
	inline uint32 LookupColourInPalette(uint index)
 
	inline Colour LookupColourInPalette(uint index)
 
	{
 
		return this->palette.palette[index].data;
 
		return this->palette.palette[index];
 
	}
 

	
 
	template <BlitterMode mode> void Draw(const Blitter::BlitterParams *bp, ZoomLevel zoom);