aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/agos/script_e2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/script_e2.cpp b/engines/agos/script_e2.cpp
index 7a6c6327aa..77df3feecb 100644
--- a/engines/agos/script_e2.cpp
+++ b/engines/agos/script_e2.cpp
@@ -656,7 +656,7 @@ void AGOSEngine_Elvira2::oe2_isAdjNoun() {
if (getGameType() == GType_ELVIRA2) {
// WORKAROUND: A NULL item can occur when interacting with Wine Bottles
if (item == NULL) {
- printf("Please report where exactly this occurs in Elvira 2.\n");
+ warning("Please report where exactly this occurs in Elvira 2");
setScriptCondition(false);
return;
}