Renamed the Restart scene to CleanUp

This commit is contained in:
Kayne Ruse
2014-06-15 22:39:10 +10:00
parent 5c74ecdd72
commit 618666de43
11 changed files with 26 additions and 28 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ static const char* DELETE_CHARACTER = "DELETE FROM Characters WHERE uid = ?;";
//Define the methods
//-------------------------
//TODO: default stats as a parameter? This would be good for differing beggining states or multiple classes
//NOTE: default stats as a parameter would be good for different beggining states or multiple classes
int CharacterManager::CreateCharacter(int owner, std::string handle, std::string avatar) {
//Create the character, failing if it exists
sqlite3_stmt* statement = nullptr;