changeset 193:533f1882dcb6

Merge a bug fix from the stable branch.
author John "Elwin" Edwards
date Fri, 07 Aug 2015 09:07:14 -0400
parents 3de8058dd549 (current diff) 7bdac632ab9d (diff)
children 68a63ddfbe14
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/srogue/monsters.c	Mon Aug 03 21:29:16 2015 -0400
+++ b/srogue/monsters.c	Fri Aug 07 09:07:14 2015 -0400
@@ -193,7 +193,7 @@
  */
 wanderer()
 {
-	reg int ch;
+	reg int ch = '-';
 	reg struct room *rp, *hr = player.t_room;
 	reg struct linked_list *item;
 	reg struct thing *tp;