aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/inv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/inv.cpp')
-rw-r--r--engines/agi/inv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agi/inv.cpp b/engines/agi/inv.cpp
index d05570c957..eb4917c322 100644
--- a/engines/agi/inv.cpp
+++ b/engines/agi/inv.cpp
@@ -23,7 +23,7 @@
*
*/
-#include "common/stdafx.h"
+
#include "agi/agi.h"
#include "agi/sprite.h"
@@ -138,7 +138,7 @@ void AgiEngine::selectItems(int n) {
default:
break;
}
-
+
if (!exit_select) {
showItems();
_gfx->doUpdate();