diff options
-rw-r--r-- | Changelog-Trunk.txt | 1 | ||||
-rw-r--r-- | src/map/script.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 1749f1c30..dcdcfa21d 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/05/07 + * Removed an unused variable in script.c [Toms] * Fixed Converters not overwriting each other [Playtester] - thanks to scerez for the fix 2007/05/06 diff --git a/src/map/script.c b/src/map/script.c index fe102b923..9c46aa109 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -8773,7 +8773,6 @@ BUILDIN_FUNC(getwaitingroomstate) { struct npc_data *nd; struct chat_data *cd; - int val=0; int type; type = script_getnum(st,2); |