/[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.4 by dheck, Sat Jun 21 00:33:57 2003 UTC revision 1.5 by reallysoft, Sat Jun 21 14:06:21 2003 UTC
# Line 91  def_stone("st-metal") Line 91  def_stone("st-metal")
91  def_stone("st-blue-sand")  def_stone("st-blue-sand")
92  def_stone("st-yellow")  def_stone("st-yellow")
93    
94    function mkoxydlikes(flavor)
95       def_stone("st-likeoxyd"..flavor)
96       def_stone("st-likeoxyd"..flavor.."-open")
97    end
98    mkoxydlikes("a")
99    mkoxydlikes("b")
100    mkoxydlikes("c")
101    mkoxydlikes("d")
102    
103  def_stone_glass("st-glass")  def_stone_glass("st-glass")
104  def_stone_glass("st-glass1")  def_stone_glass("st-glass1")
105  def_stone_hollow("st-glass1_hole")  def_stone_hollow("st-glass1_hole")

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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