whitespace fixes

This commit is contained in:
sapier 2013-08-18 18:59:58 +02:00
parent 71039ca26a
commit e3c01ff54f
2 changed files with 1 additions and 3 deletions

View File

@ -87,7 +87,6 @@ function graphics.update(entity,now,dtime)
dbg_mobf.graphics_lvl3("MOBF: attention mode orientation update")
local direction = mobf_get_direction(entity.object:getpos(),
entity.dynamic_data.attention.most_relevant_target:getpos())
if entity.mode == "3d" then
entity.object:setyaw(
mobf_calc_yaw(direction.x,direction.z))
@ -233,7 +232,6 @@ function graphics.set_animation(entity,name)
return
end
--fallback
entity.object:setsprite({x=0,y=0}, 1, 0, true)