I am an idiot, fixing chemmaster runtime

This commit is contained in:
Miniature
2012-02-17 19:13:39 +10:30
parent 8d418f926a
commit c612f91430

View File

@@ -329,9 +329,9 @@
usr << browse(dat, "window=chem_master")
return
else if(href_list["pill_sprite"])
pillsprite = min(max(href_list["pill_sprite"],0),MAX_PILL_SPRITE)
pillsprite = href_list["pill_sprite"]
else if(href_list["bottle_sprite"])
bottlesprite = min(max(href_list["bottlesprite"],0),MAX_BOTTLE_SPRITE)
bottlesprite = href_list["bottlesprite"]
else
usr << browse(null, "window=chem_master")
src.updateUsrDialog()