Browse Source

Fix crash from badly init stash

pull/4394/head
Anders Jenbo 4 years ago
parent
commit
ee629e79e0
  1. 1
      Source/cursor.cpp

1
Source/cursor.cpp

@ -219,6 +219,7 @@ void InitLevelCursor()
pcursmonst = -1;
pcursobj = -1;
pcursitem = -1;
pcursstashitem = uint16_t(-1);
pcursplr = -1;
ClearCursor();
}

Loading…
Cancel
Save