/[enigma]/enigma/data/models.lua
ViewVC logotype

Diff of /enigma/data/models.lua

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dheck, Wed Feb 26 11:23:19 2003 UTC revision 1.2 by dheck, Thu Feb 27 15:34:51 2003 UTC
# Line 216  function repeat_frames(framelist, blocks Line 216  function repeat_frames(framelist, blocks
216      return a      return a
217  end  end
218    
219  function repeatanim(framelist)  function repeatanim(framelist, cnt)
220      return repeat_frames(framelist, getn(framelist), 2)      return repeat_frames(framelist, getn(framelist), cnt or 2)
221  end  end
222    
223  function reverseframes(framelist)  function reverseframes(framelist)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26