RCRPG/C: Difference between revisions

Content added Content deleted
m (→‎Code: a little bit of restyling keeping -std=c99 -pedantic compilation compliance)
m (→‎Code: cbreak() < cbreak)
Line 550: Line 550:
bool quit = false;
bool quit = false;


initscr(); cbreak; noecho();
initscr(); cbreak(); noecho();


srand(time(NULL));
srand(time(NULL));