KYRA: add missing (maybe unused) case to LoLEngine::olol_getGlobalVar()
This commit is contained in:
parent
2e1af729b8
commit
643b3f60b4
1 changed files with 2 additions and 0 deletions
|
@ -676,6 +676,8 @@ int LoLEngine::olol_getGlobalVar(EMCState *script) {
|
|||
return _drainMagic;
|
||||
case 13:
|
||||
return getVolume(kVolumeSpeech) - 2;
|
||||
case 14:
|
||||
return _tim->_abortFlag;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue