diff options
author | Stijn Buys <ingar@osirion.org> | 2008-08-04 23:52:27 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-08-04 23:52:27 +0000 |
commit | f936aa3a90941a4ed02dde86952d2309c2eede67 (patch) | |
tree | 313889dc437d868bc33ae1d3c8dca70f345cface /src | |
parent | a3f1320ee150ff0176f836b0b47762b31b0cd4e4 (diff) |
no need to load console.tga any more
Diffstat (limited to 'src')
-rw-r--r-- | src/render/textures.cc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/render/textures.cc b/src/render/textures.cc index b350dba..d69fa68 100644 --- a/src/render/textures.cc +++ b/src/render/textures.cc @@ -28,13 +28,7 @@ void Textures::init() // "no texture" bitmap load("textures/common/notex"); - // console characters - if (!load("bitmaps/fonts/console", false)) { - con_error << "Essential file bitmaps/fonts/console missing" << std::endl; - core::application()->shutdown(); - } - - // console characters + // gui font if (!load("bitmaps/fonts/gui", false)) { con_error << "Essential file bitmaps/fonts/gui missing" << std::endl; core::application()->shutdown(); |