This is what I get for being smug
This commit is contained in:
parent
74f8c5f04f
commit
c742df65c7
@ -12,7 +12,7 @@ struct Character {
|
||||
|
||||
impl Character {
|
||||
fn new(row: i32, col: i32, symbol: char) -> Character {
|
||||
let mut a = Character {
|
||||
Character {
|
||||
row: row,
|
||||
col: col,
|
||||
symbol: symbol,
|
||||
|
Loading…
x
Reference in New Issue
Block a user