mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
fixed codec47 :)
svn-id: r6388
This commit is contained in:
parent
6ebc969e1d
commit
ee25893526
@ -666,8 +666,8 @@ static void codec47_subgfx_lev4() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (code == 0xFF) {
|
if (code == 0xFF) {
|
||||||
*(uint16*)(d_dst + (d_pitch * 0)) = *(uint16*)(d_src + (d_pitch * 0) + 1);
|
*(uint16*)(d_dst + (d_pitch * 0)) = *(uint16*)(d_src + 1);
|
||||||
*(uint16*)(d_dst + (d_pitch * 1)) = *(uint16*)(d_src + (d_pitch * 1) + 3);
|
*(uint16*)(d_dst + (d_pitch * 1)) = *(uint16*)(d_src + 3);
|
||||||
d_src += 5;
|
d_src += 5;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user