mut chagne

This commit is contained in:
= 2018-08-24 18:32:48 +02:00
parent a98a13b7de
commit 91b7cb775b

View File

@ -96,7 +96,7 @@ fn title_screen() -> Size
println!("Enter map width:");
cursor.goto(17, 15);
let width = crossterm.input().read_line().unwrap();
println!("\n\rEnter map height:");
println!("Enter map height:");
cursor.goto(17, 16);
let height = crossterm.input().read_line().unwrap();