Commit 1af2917a authored by Chris's avatar Chris
Browse files

comment fix

parent a1ba7d3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ int main(void) {
	clear_screen();

	printf("yaht.c\n");
	printf("\n\n"); // new menu would erase game name otherwise
	printf("\n\n"); // new menu would erase game name without this

	// set terminal to raw mode for registering keypresses without need to press Enter
	struct termios old_terminal_configuration, new_terminal_configuration;