ASYLUM: minor fixes (mostly formatting)
This commit is contained in:
parent
380950a300
commit
a6140c4944
8 changed files with 25 additions and 23 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue