Merge pull request #502 from Miniature/master

Fixed selecting a bottle sprite breaking bottles FOREVER
This commit is contained in:
Miniature
2012-02-24 06:19:08 -08:00
+1 -1
View File
@@ -331,7 +331,7 @@
else if(href_list["pill_sprite"])
pillsprite = href_list["pill_sprite"]
else if(href_list["bottle_sprite"])
bottlesprite = href_list["bottlesprite"]
bottlesprite = href_list["bottle_sprite"]
else
usr << browse(null, "window=chem_master")
src.updateUsrDialog()