Changed /8 to >>3, although mostly did this to test CVS commit ability.

This commit is contained in:
n-a-c-h
2005-09-19 00:34:30 +00:00
parent 2ee79ff46f
commit 84a8b13e67

View File

@@ -1039,7 +1039,7 @@ static void zmv_record(bool pause, unsigned char combos_used, unsigned char slow
if (flag) if (flag)
{ {
unsigned char buffer_used = skip_bits/8 + ((skip_bits&7) ? 1 : 0); unsigned char buffer_used = (skip_bits>>3) + ((skip_bits&7) ? 1 : 0);
zmv_rle_flush(); zmv_rle_flush();