1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 19:45:40 +00:00

removed a special case, that wasn't a special case (MW Scripting for Dummies seems to be wrong here)

This commit is contained in:
Marc Zinnschlag 2010-07-28 19:45:06 +02:00
parent 6e3fdc5816
commit ebedef49c9

View file

@ -533,7 +533,6 @@ namespace MWScript
extensions.registerInstruction (modCurrent + dynamics[i], "l",
opcodeModCurrentDynamic+i, opcodeModCurrentDynamicExplicit+i);
if (i==0) // GetMagickaGetRatio and GetFatigueGetRatio don't exist in original MW
extensions.registerFunction (get + dynamics[i] + getRatio, 'f', "",
opcodeGetDynamicGetRatio+i, opcodeGetDynamicGetRatioExplicit+i);