1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 21:06:43 +00:00

Remove redundant code

This commit is contained in:
Andrei Kortunov 2021-01-09 19:19:38 +04:00
parent 80ee1b55ea
commit 874348fb46

View file

@ -99,7 +99,6 @@ namespace MWMechanics
{ {
AiPackage::Options options; AiPackage::Options options;
options.mUseVariableSpeed = true; options.mUseVariableSpeed = true;
options.mRepeat = false;
return options; return options;
} }