Muting GCC warnings

svn-id: r29268
This commit is contained in:
Sven Hesse 2007-10-27 18:23:13 +00:00
parent cc9b0844b9
commit e76bf9c293

View File

@ -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;
}
/*