svn-id: r6681
This commit is contained in:
Travis Howell 2003-03-04 01:34:28 +00:00
parent 4f9213535a
commit d32d4f583a

View file

@ -3251,7 +3251,6 @@ bool SimonState::has_vgastruct_with_id(uint16 id, uint16 file)
void SimonState::processSpecialKeys()
{
//warning("Key press %d",_key_pressed);
switch (_key_pressed) {
case 27: // escape
_exit_cutscene = true;