mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
Fix warnings.
svn-id: r38997
This commit is contained in:
parent
3fb5e15072
commit
3b16073a38
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user