Use warning for that last work around.

svn-id: r27845
This commit is contained in:
Travis Howell 2007-07-02 00:22:03 +00:00
parent 3ef882041b
commit 24b09cdc08

View File

@ -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;
}