1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 17:07:40 +00:00

crash fixed again

This commit is contained in:
Zeno Rogue
2018-08-28 13:47:51 +02:00
parent 25c09154dc
commit f009e80689
2 changed files with 2 additions and 5 deletions

View File

@@ -864,7 +864,6 @@ transmatrix calc_relative_matrix(cell *c, cell *c1, const hyperpoint& point_hint
transmatrix calc_relative_matrix(cell *c, cell *c1, int direction_hint);
static const int NOHINT = -1;
// graph
void showMissionScreen();