0.7 index out of range

Issue #213 resolved
Former user created an issue

after drinking a few potions in 0.7, i got a popup that said 17 and then an unhandled exception popup that said:

System.IndexOutOfRangeException: Index was outside the bounds of the array. at DungeonDepths.Player.revertToPState(Int32 numtorevert) at DungeonDepths.WeakRestEffect.apply(Player& p) at DungeonDepths.MysteryPotion.use() at DungeonDepths.Game.btnUse_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Comments (2)

  1. Log in to comment