1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-15 14:09:06 +00:00

Oops, copypaste typo

This commit is contained in:
fgenesis 2013-07-20 23:25:00 +02:00
parent 06e0be0856
commit 08821f5156

View file

@ -2115,7 +2115,7 @@ luaFunc(shot_setMaxSpeed)
{ {
Shot *shot = getShot(L); Shot *shot = getShot(L);
if (shot) if (shot)
shot->homingness = lua_tonumber(L, 2); shot->maxSpeed = lua_tonumber(L, 2);
luaReturnNil(); luaReturnNil();
} }