From ed435a3042573e039b2db62fef337211d582a37c Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 10 Mar 2003 10:36:44 +0000 Subject: Removing old debug message --- lib/sprite.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/sprite.cc') diff --git a/lib/sprite.cc b/lib/sprite.cc index fce982b..68450d3 100644 --- a/lib/sprite.cc +++ b/lib/sprite.cc @@ -11,8 +11,6 @@ mogltk::Sprite::Sprite(Handle * h, int asx, int asy) : sx(asx), sy(asy) { for (int y = 0; y < sy; y++) { h->read(tlist->GetTex()->GetPixels() + TEXSIZE * y + posx, sx * 4); } - - SDL_SaveBMP(tlist->GetTex()->GetSurface(), "bleh.bmp"); } mogltk::Sprite::Sprite(Uint8 * p, int asx, int asy) : sx(asx), sy(asy) { -- cgit v1.2.3