fix warning
svn-id: r14048
This commit is contained in:
parent
0c2e8ef9f5
commit
4bb40b3408
1 changed files with 0 additions and 1 deletions
|
@ -308,7 +308,6 @@ void ScummEngine::makeCursorColorTransparent(int a) {
|
||||||
|
|
||||||
void ScummEngine::grabCursorFromBuffer(byte *ptr, int width, int height) {
|
void ScummEngine::grabCursorFromBuffer(byte *ptr, int width, int height) {
|
||||||
uint size;
|
uint size;
|
||||||
byte *dst;
|
|
||||||
|
|
||||||
size = width * height;
|
size = width * height;
|
||||||
if (size > sizeof(_grabbedCursor))
|
if (size > sizeof(_grabbedCursor))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue