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

Diff of /enigma/data/init.lua

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

revision 1.17 by reallysoft, Tue May 27 11:08:09 2003 UTC revision 1.18 by reallysoft, Sun Jun 1 18:48:39 2003 UTC
# Line 43  DefaultAttribs = {} Line 43  DefaultAttribs = {}
43  ------------------------------  ------------------------------
44    
45  function options.LevelStat (key, stat)  function options.LevelStat (key, stat)
46      local status = LevelStatus:new(stat[1], stat[2], stat[3])      local status = LevelStatus:new(stat[1], stat[2], stat[3], stat[4] or 0)
47      gsub(key, "([^#]*)#(.+)", function (pack,lev)      gsub(key, "([^#]*)#(.+)", function (pack,lev)
48                                    options.SetLevelStatus(pack,lev, %status)                                    options.SetLevelStatus(pack,lev, %status)
49                                end)                                end)

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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