From 151a2ac2434f4b4c23c107d9c21e4a18dd1a3c68 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 4 Feb 2008 18:42:05 +0000 Subject: converted client:: singleton classes to namespaces --- src/render/tga.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render') diff --git a/src/render/tga.cc b/src/render/tga.cc index 317e2ac..b863d9b 100644 --- a/src/render/tga.cc +++ b/src/render/tga.cc @@ -65,7 +65,7 @@ TGA::image *TGA::load(const char *filename) GLubyte length = 0; GLubyte imgType = 0; GLubyte bits = 0; - GLushort channels = 0; + GLushort channels = 0; GLushort stride = 0; pFile = fopen(filename, "rb"); -- cgit v1.2.3