From 2b6208917e92d93f94ad6620c5135d1bcd237ea8 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 9 Feb 2008 10:08:30 +0000 Subject: command completion (single match) --- src/render/tga.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/tga.cc') diff --git a/src/render/tga.cc b/src/render/tga.cc index 5aa3665..3584566 100644 --- a/src/render/tga.cc +++ b/src/render/tga.cc @@ -74,7 +74,7 @@ TGA::image *TGA::load(const char *filename) f->read((void *)&bits, sizeof(GLubyte)); f->skip(length +1); - con_debug << "TGA loading " << width << "x" << height << " " << (int) bits << "bpp" << std::endl; + con_debug << " TGA loading " << width << "x" << height << " " << (int) bits << "bpp" << std::endl; if (imgType != TGA_RLE) { // Check for 24 or 32 Bit -- cgit v1.2.3