This commit is contained in:
jl777
2019-03-26 09:50:16 -11:00
parent 67ba7536bd
commit a43f0b65d4
2 changed files with 9 additions and 3 deletions

View File

@@ -862,7 +862,7 @@ int32_t flushkeystrokes(struct games_state *rs,int32_t waitflag)
return(0);
}
void games_bailout(struct games_state *rs)
void gamesbailout(struct games_state *rs)
{
flushkeystrokes(rs,1);
}