Don't suspend SDL when exit is requested.
commit722a7c566a57e3dd8df1b518fcc2666e5323db28
authorBartosz Taudul <wolf.pld@gmail.com>
Wed, 16 Jul 2008 20:50:09 +0000 (16 22:50 +0200)
committerBartosz Taudul <wolf.pld@gmail.com>
Wed, 16 Jul 2008 20:50:09 +0000 (16 22:50 +0200)
tree5d64ced945d03258562de70d7adb41bcf9807960
parent65d330947c01dd2c2333e035e578c3c109dc7a00
Don't suspend SDL when exit is requested.

Don't suspend SDL when exit is requested. It's incorrect to do so, as,
for example, OpenTTD displays "are you sure" confirmation dialog on such
request. In such situation user was unable to kill it, as it was hung on
that dialog, but it was not shown and no action could be taken.

Also removed "exit already requested" logic, but it doesn't seem to be
working correctly (old behavior remains).
src/main/symbian/sdlexe.cpp