This commit is contained in:
jl777
2019-02-02 17:24:28 -11:00
parent f59e25fea6
commit a622fd1cb0

View File

@@ -159,7 +159,7 @@ int32_t rogue_replay(uint64_t seed,int32_t sleeptime)
} }
} }
free(rs); free(rs);
mvaddstr(LINES - 2, 0, s); mvaddstr(LINES - 2, 0, (char *)"replay completed");
refresh(); refresh();
endwin(); endwin();
} }