This commit is contained in:
jl777
2019-03-26 03:15:11 -11:00
parent b7c8205870
commit 81263613bb

View File

@@ -1009,7 +1009,7 @@ int32_t games_replay(uint64_t seed,int32_t sleeptime)
return(num);
}
char games_readchar(struct rogue_state *rs)
char games_readchar(struct games_state *rs)
{
char c,ch = -1;
if ( rs != 0 && rs->guiflag == 0 )