From d265a7fde35d0b5040f79d490d137deaff57f0b7 Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 12 Jul 2003 03:12:36 +0000 Subject: Fixed some win32 things --- lib/texture.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/texture.cc') diff --git a/lib/texture.cc b/lib/texture.cc index 43c8ac3..d7cfa7c 100644 --- a/lib/texture.cc +++ b/lib/texture.cc @@ -264,7 +264,7 @@ void mogltk::texture::Taint(void) { SDL_Surface * mogltk::texture::LoadNTEX(Handle * h) throw (GeneralException) { SDL_Surface * r; - char buffer[4]; + char buffer[5]; Uint16 height, width; h->read(buffer, 4); -- cgit v1.2.3