mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 02:44:56 +00:00
cleanup (fixes another VC warning, too ;-)
svn-id: r7480
This commit is contained in:
parent
0e226588f1
commit
47227fdf77
@ -809,7 +809,7 @@ bool Scumm::hasCharsetMask(int x, int y, int x2, int y2) {
|
||||
return true;
|
||||
}
|
||||
|
||||
byte Scumm::isMaskActiveAt(int l, int t, int r, int b, byte *mem) {
|
||||
bool Scumm::isMaskActiveAt(int l, int t, int r, int b, byte *mem) {
|
||||
int w, h, i;
|
||||
|
||||
l >>= 3;
|
||||
|
@ -846,7 +846,7 @@ public:
|
||||
VirtScreen *findVirtScreen(int y);
|
||||
void setVirtscreenDirty(VirtScreen *vs, int left, int top, int right, int bottom);
|
||||
|
||||
byte isMaskActiveAt(int l, int t, int r, int b, byte *mem);
|
||||
bool isMaskActiveAt(int l, int t, int r, int b, byte *mem);
|
||||
|
||||
void drawFlashlight();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user