diff options
Diffstat (limited to 'engines/sci/scicore/vocab_debug.cpp')
-rw-r--r-- | engines/sci/scicore/vocab_debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/scicore/vocab_debug.cpp b/engines/sci/scicore/vocab_debug.cpp index 782b75432b..bccb8fcf72 100644 --- a/engines/sci/scicore/vocab_debug.cpp +++ b/engines/sci/scicore/vocab_debug.cpp @@ -244,7 +244,7 @@ opcode* vocabulary_get_opcodes(ResourceManager *resmgr) { /* if the resource couldn't be loaded, leave */ if (r == NULL) { - fprintf(stderr, "unable to load vocab.%03d\n", VOCAB_RESOURCE_OPCODES); + error("unable to load vocab.%03d\n", VOCAB_RESOURCE_OPCODES); return NULL; } |