From 985c02ee7da43fb66b61d6e3c5530e78bd2d8286 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 3 Nov 2008 13:44:59 +0000 Subject: Committed my patch #2216641 "GRAPHICS: PixelFormat introduction". svn-id: r34875 --- graphics/scaler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/scaler.cpp') diff --git a/graphics/scaler.cpp b/graphics/scaler.cpp index ec20a722e6..395ea31e75 100644 --- a/graphics/scaler.cpp +++ b/graphics/scaler.cpp @@ -105,9 +105,9 @@ void InitScalers(uint32 BitFormat) { gBitFormat = BitFormat; #ifndef DISABLE_HQ_SCALERS if (gBitFormat == 555) - InitLUT >(); + InitLUT >(); if (gBitFormat == 565) - InitLUT >(); + InitLUT >(); #endif } -- cgit v1.2.3