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

Diff of /enigma/data/startup.lua

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

revision 1.15 by mhawlisch, Mon Aug 25 08:55:21 2003 UTC revision 1.16 by dheck, Fri Sep 12 21:40:20 2003 UTC
# Line 31  function options.LevelStat (key, stat) Line 31  function options.LevelStat (key, stat)
31      -- The following two lines works around this problem      -- The following two lines works around this problem
32      if stat[1] < 0 then stat[1] = -1 end      if stat[1] < 0 then stat[1] = -1 end
33      if stat[2] < 0 then stat[2] = -1 end      if stat[2] < 0 then stat[2] = -1 end
34        if stat[3] < 0 then stat[3] = 0 end
35    
36      local status = LevelStatus:new(stat[1], stat[2], stat[3], stat[4] or 0)      local status = LevelStatus:new(stat[1], stat[2], stat[3], stat[4] or 0)
37      gsub(key, "([^#]*)#(.+)", function (pack,lev)      gsub(key, "([^#]*)#(.+)", function (pack,lev)

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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