Skip to content

Commit

Permalink
nochange
Browse files Browse the repository at this point in the history
  • Loading branch information
clauber115 committed Apr 28, 2012
1 parent eab5e0b commit 84dd2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abstractGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void abstractGame :: nameChecker()
name.open(name_ + ".txt");

getline(name, typestring);

lowerCase(typestring);
removePunctuation(typestring);

Expand Down

0 comments on commit 84dd2d2

Please sign in to comment.