Fixed selecting a bottle sprite breaking bottles FOREVER

This commit is contained in:
Miniature
2012-02-25 00:48:12 +10:30
parent 67442811ab
commit a627288f5d
+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()