aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/akos.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp
index 1afc53b394..9c9db46cca 100644
--- a/scumm/akos.cpp
+++ b/scumm/akos.cpp
@@ -273,8 +273,8 @@ bool AkosRenderer::drawCostumeChannel(int chan)
void AkosRenderer::codec1_genericDecode()
{
byte *src, *dst;
- byte len, height, maskbit;
- uint y, color;
+ byte len, maskbit;
+ uint y, color, height;
const byte *scaleytab, *mask;
@@ -337,8 +337,8 @@ void AkosRenderer::codec1_genericDecode()
void AkosRenderer::codec1_spec1()
{
byte *src, *dst;
- byte len, height, maskbit;
- uint y, color;
+ byte len, maskbit;
+ uint y, color, height;
byte pcolor;
const byte *scaleytab, *mask;
@@ -410,8 +410,8 @@ void AkosRenderer::codec1_spec2()
void AkosRenderer::codec1_spec3()
{
byte *src, *dst;
- byte len, height, maskbit;
- uint y, color;
+ byte len, maskbit;
+ uint y, color, height;
uint pcolor;
const byte *scaleytab, *mask;