mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 09:49:14 +00:00
Muting GCC warnings
svn-id: r29268
This commit is contained in:
parent
cc9b0844b9
commit
e76bf9c293
@ -1233,6 +1233,8 @@ void manageEvents() {
|
||||
case 27: // ESC
|
||||
currentMouseButton &= ~4;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case Common::EVENT_KEYDOWN:
|
||||
@ -1241,6 +1243,8 @@ void manageEvents() {
|
||||
case 27: // ESC
|
||||
currentMouseButton |= 4;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user