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

Diff of /enigma/init.lua

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

revision 1.13 by mhawlisch, Tue Dec 3 12:49:41 2002 UTC revision 1.14 by dheck, Wed Dec 4 19:52:03 2002 UTC
# Line 30  oxyd_default_flavor = "b"       -- Defau Line 30  oxyd_default_flavor = "b"       -- Defau
30  oxyd_count = 0  oxyd_count = 0
31  oxyd_current_color = 0  oxyd_current_color = 0
32    
33    ------------------------------
34    -- Extensions to C packages --
35    ------------------------------
36    
37    function options.LevelStat (key, stat)
38        local status = LevelStatus:new(stat[1], stat[2], stat[3])
39        gsub(key, "([^#]+)#(.+)", function (pack,lev)
40                                     options.SetLevelStatus(pack,lev, %status)
41                                 end)
42        status:delete()
43    end
44    
45  ---------------  ---------------
46  -- Functions --  -- Functions --
47  ---------------  ---------------

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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