mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 09:21:08 +00:00
make gcc happy
svn-id: r6949
This commit is contained in:
parent
7f6fca1528
commit
8c4d7e2d97
@ -1037,7 +1037,7 @@ next_iter:
|
||||
|
||||
|
||||
void Gdi::decodeStripEGA(byte *dst, byte *src, int height) {
|
||||
byte data, color, color2;
|
||||
byte data, color = 0, color2 = 0;
|
||||
int run = 1;
|
||||
byte *t_dst = dst;
|
||||
int t_height = height;
|
||||
|
Loading…
Reference in New Issue
Block a user