Ticket #8339: patch.diff

File patch.diff, 453 bytes (added by SF/mysunk, 20 years ago)
  • control.cpp

    old new  
    164164        _music = pMusic;
    165165        _sound = pSound;
    166166        strcpy(_savePath, savePath);
    167         _lStrings = _languageStrings + MIN(SwordEngine::_systemVars.language, (uint8)BS1_SPANISH) * 20;
     167        _lStrings = _languageStrings + MIN(SwordEngine::_systemVars.language, (uint8)SwordEngine::_systemVars.language) * 20;
    168168}
    169169
    170170void Control::askForCd(void) {