From 24b09cdc087d4464186c54ed97a0dd7099431565 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 2 Jul 2007 00:22:03 +0000 Subject: Use warning for that last work around. svn-id: r27845 --- engines/agos/script_e2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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; } -- cgit v1.2.3