summaryrefslogtreecommitdiff
path: root/changes.txt
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-01-11 07:53:03 +0100
committerBardur Arantsson <bardur@scientician.net>2010-01-11 07:53:03 +0100
commitdbf70ec83792cf3ba5e9a5c27c8c7b4babc670d9 (patch)
tree3e2cf13c6610a845f1589019635150ccc54cd11c /changes.txt
parentb499eedd1d85386b41ff1d9e3995170c2add2924 (diff)
Fix LUA errors when hitting escape to cancel choosing a spell.
Since get_school_spell returns -1 when no spell is chosen, it must return s32b rather than u32b. Thanks to Noel Maddy for this fix.
Diffstat (limited to 'changes.txt')
-rw-r--r--changes.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes.txt b/changes.txt
index e298b98a..071511e3 100644
--- a/changes.txt
+++ b/changes.txt
@@ -3,6 +3,7 @@ T.o.M.E 2.3.7 (ah)
- Remove item pval from antimagic field strength calculation since it
may be both non-zero and invisible (to the player).
- Miscellaneous 64 bit fixes.
+- Fix Lua errors when hitting <ESC> while choosing spell.
T.o.M.E 2.3.6 (ah)