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-02-09 12:19:25 +0000
committerStijn Buys <ingar@osirion.org>2008-02-09 12:19:25 +0000
commit23aee34002facf39b56d209320817375db3b6189 (patch)
treeb94a4b8164ef28a56fc9e1cb71e50dc2f0abb0ca /src/render/tga.cc
parent2b6208917e92d93f94ad6620c5135d1bcd237ea8 (diff)
load/save console input history
Diffstat (limited to 'src/render/tga.cc')
-rw-r--r--src/render/tga.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/tga.cc b/src/render/tga.cc
index 3584566..18236fa 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 << " " << filename << " " << width << "x" << height << "x" << (int) bits << "bpp" << std::endl;
if (imgType != TGA_RLE) {
// Check for 24 or 32 Bit