From 9921273f182c400e8f95186f0638b6c2233e37aa Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Wed, 5 Mar 2003 22:21:24 +0000 Subject: fixed compilation for VC6 svn-id: r6699 --- sky/rnc_deco.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sky/rnc_deco.cpp') diff --git a/sky/rnc_deco.cpp b/sky/rnc_deco.cpp index 370861879c..6604de71d6 100644 --- a/sky/rnc_deco.cpp +++ b/sky/rnc_deco.cpp @@ -131,7 +131,7 @@ uint16 input_bits(uint8 amount) remBits = ROR((uint16)(((1 << amount) - 1) & newBitBuffh), amount); bit_buffh = newBitBuffh >> amount; bit_buffl = (newBitBuffl >> amount) | remBits; - bit_count = newBitCount; + bit_count = (uint8)newBitCount; return returnVal; -- cgit v1.2.3