Skip to content

Commit

Permalink
Update Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirrus-Minor committed Feb 23, 2015
1 parent d32b7c1 commit f77636f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <string>

const std::string APP_NAME = "Witch Blast";
const std::string APP_VERSION = "0.4.5";
const std::string APP_VERSION = "0.4.6";

const std::string CONFIG_FILE = "config.dat";
const std::string SAVE_FILE = "game.sav";
Expand Down
2 changes: 1 addition & 1 deletion src/GameFloor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ void GameFloor::createFloor()
maps[i][j]->setRoomType((roomTypeEnum)(floor[i][j]));
}

displayToConsole();
//displayToConsole();
}
}

Expand Down

0 comments on commit f77636f

Please sign in to comment.