RCRPG/C: Difference between revisions

m
→‎Code: cbreak() < cbreak
m (→‎Code: a little bit of restyling keeping -std=c99 -pedantic compilation compliance)
m (→‎Code: cbreak() < cbreak)
Line 550:
bool quit = false;
 
initscr(); cbreak(); noecho();
 
srand(time(NULL));