rnd-20090919-1-src
[rocksndiamonds.git] / src / game_sp / ASM.c
index 6f0484ae766b062dc7ca09a6c25be4bb939a220e..24d4c2f65d8c64d02a3e81be762ee76edea5b7b8 100644 (file)
@@ -69,7 +69,11 @@ int HighByte(int Var)
 
 int SgnHighByte(int Var) // extends the signum to 16 bit
 {
+#if 1
+  short SgnHighByte;
+#else
   int SgnHighByte;
+#endif
 
   if (Var & 0x8000)
   {