diff options
author | pixel <pixel> | 2003-03-10 10:36:44 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-03-10 10:36:44 +0000 |
commit | ed435a3042573e039b2db62fef337211d582a37c (patch) | |
tree | a4dc28d685c16e34128683710ef5a20ef6b6c427 | |
parent | 29aae4383e1813f12a5872196e93c9930445837d (diff) |
Removing old debug message
-rw-r--r-- | lib/sprite.cc | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |