comparison clojure/com/aurellem/gb/items.clj @ 250:b7f682bb3090

updated title and save_corruption to work with all the recent updates
author Robert McIntyre <rlm@mit.edu>
date Mon, 26 Mar 2012 03:49:33 -0500
parents 22f58fa47c3c
children 93e74ed34305
comparison
equal deleted inserted replaced
248:e94d20ad853e 250:b7f682bb3090
226 226
227 (defn clear-inventory 227 (defn clear-inventory
228 ([^SaveState state] 228 ([^SaveState state]
229 (set-inventory state [])) 229 (set-inventory state []))
230 ([] (clear-inventory @current-state))) 230 ([] (clear-inventory @current-state)))
231
232