X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fconsole.cpp;h=9c82a0e3d256fde970a8394377c5281c7fb4f0b0;hb=ba5f95533903ed6190b0fddede258c86540afffa;hp=fb1f5f3820e4bed50a11ed3b12f999a3c0669366;hpb=38105c22495d9439b30221732dd5d7b89f328a0c;p=supertux.git diff --git a/src/console.cpp b/src/console.cpp index fb1f5f382..9c82a0e3d 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -53,9 +53,7 @@ Console::~Console() void Console::init_graphics() { - font.reset(new Font(Font::FIXED, - "images/engine/fonts/andale12.png", - "images/engine/fonts/andale12-shadow.png", 7, 14, 1)); + font.reset(new Font(Font::FIXED,"fonts/andale12.stf",1)); fontheight = font->get_height(); background.reset(new Surface("images/engine/console.png")); background2.reset(new Surface("images/engine/console2.png"));