Merge a bug fix from the stable branch.

This commit is contained in:
John "Elwin" Edwards 2015-08-07 09:07:14 -04:00
commit 1713cb840c

View file

@ -193,7 +193,7 @@ char type;
*/ */
wanderer() wanderer()
{ {
reg int ch; reg int ch = '-';
reg struct room *rp, *hr = player.t_room; reg struct room *rp, *hr = player.t_room;
reg struct linked_list *item; reg struct linked_list *item;
reg struct thing *tp; reg struct thing *tp;