Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-08-04 23:52:27 +0000
committerStijn Buys <ingar@osirion.org>2008-08-04 23:52:27 +0000
commitf936aa3a90941a4ed02dde86952d2309c2eede67 (patch)
tree313889dc437d868bc33ae1d3c8dca70f345cface
parenta3f1320ee150ff0176f836b0b47762b31b0cd4e4 (diff)
no need to load console.tga any more
-rw-r--r--src/render/textures.cc8
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();