~kalon33/corsix-th/master

« back to all changes in this revision

Viewing changes to CorsixTH/Lua/humanoid_actions/get_up.lua

  • Committer: corsixth.bot at gmail
  • Date: 2014-03-31 23:30:23 UTC
  • Revision ID: svn-v4:c39591fa-788f-11de-a72b-d90af8dea425:trunk:2687
Remove trailing whitespaces in .h, .cpp, .c and .lua files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  else
30
30
    humanoid.last_move_direction = "south"
31
31
  end
32
 
  
 
32
 
33
33
  assert(humanoid.get_up_anim, "Error: no getting up animation for humanoid " .. humanoid.humanoid_class)
34
34
  action.must_happen = true
35
35
  humanoid:setAnimation(humanoid.get_up_anim, humanoid.last_move_direction == "east" and 0 or 1)