ASYLUM: minor fixes (mostly formatting)

This commit is contained in:
alxpnv 2021-04-21 13:02:12 +03:00 committed by Eugene Sandulenko
parent 380950a300
commit a6140c4944
No known key found for this signature in database
GPG key ID: 014D387312D34F08
8 changed files with 25 additions and 23 deletions

View file

@ -331,7 +331,7 @@ void AsylumEngine::playIntro() {
do {
// Poll events (this ensures we don't freeze the screen)
Common::Event ev;
while(_eventMan->pollEvent(ev)) {
while (_eventMan->pollEvent(ev)) {
switch (ev.type) {
case Common::EVENT_LBUTTONDOWN:
case Common::EVENT_KEYDOWN: