diff options
| -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 cc6039afc0..603c2cdf07 100644 --- a/engines/sci/scicore/vocab_debug.cpp +++ b/engines/sci/scicore/vocab_debug.cpp @@ -517,7 +517,7 @@ static char **vocabulary_get_knames11(ResourceManager *resmgr, int *count) { ... */ char **t = NULL; - unsigned int size = 64, pos = 3; + //unsigned int size = 64, pos = 3; int len; Resource *r = resmgr->findResource(kResourceTypeVocab, VOCAB_RESOURCE_KNAMES, 0); if(r == NULL) // failed to open vocab.999 (happens with SCI1 demos) |
