mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-19 18:09:50 +00:00
missing break
This commit is contained in:
parent
48ac6e799b
commit
3cebb41459
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ namespace MWScript
|
|||
|
||||
offset = script->mData.mNumShorts+script->mData.mNumLongs;
|
||||
size = script->mData.mNumFloats;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
|
|
Loading…
Reference in a new issue