diff options
| -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(); | 
