summaryrefslogtreecommitdiff
path: root/lib/sprite.cc
diff options
context:
space:
mode:
authorpixel <pixel>2003-03-10 10:36:44 +0000
committerpixel <pixel>2003-03-10 10:36:44 +0000
commited435a3042573e039b2db62fef337211d582a37c (patch)
treea4dc28d685c16e34128683710ef5a20ef6b6c427 /lib/sprite.cc
parent29aae4383e1813f12a5872196e93c9930445837d (diff)
Removing old debug message
Diffstat (limited to 'lib/sprite.cc')
-rw-r--r--lib/sprite.cc2
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) {