Skip to content
Snippets Groups Projects
Commit 6560eb2f authored by Ian Prins's avatar Ian Prins
Browse files

fix typo wrt font

parent 5acf992c
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ MasterController::MasterController() ...@@ -13,7 +13,7 @@ MasterController::MasterController()
void MasterController::run() { void MasterController::run() {
const int spacer = 5; const int spacer = 5;
std::cout << "Welcome to Rogue Reborn!" << std::endl; std::cout << "Welcome to Rogue Reborn!" << std::endl;
TCODConsole::setCustomFont("assets/terminal .png"); TCODConsole::setCustomFont("assets/terminal.png");
//Init console //Init console
Coord lSize = Level::getSize(); Coord lSize = Level::getSize();
TCODConsole::initRoot(lSize[0], lSize[1] + spacer, "Rogue Reborn", false); TCODConsole::initRoot(lSize[0], lSize[1] + spacer, "Rogue Reborn", false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment