~kalon33/corsix-th/master

« back to all changes in this revision

Viewing changes to CorsixTH/Lua/humanoid_actions/check_watch.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:
28
28
  else
29
29
    humanoid.last_move_direction = "south"
30
30
  end
31
 
  
 
31
 
32
32
  assert(humanoid.check_watch_anim, "Error: watch checking animation for humanoid " .. humanoid.humanoid_class)
33
33
  action.must_happen = true
34
34
  humanoid:setAnimation(humanoid.check_watch_anim, humanoid.last_move_direction == "east" and 0 or 1)