- attempt to help poor kobe and his mad need to press E continuously

- also cleanup a memory leak from code that was thus far unused
This commit is contained in:
Mark Vejvoda
2010-09-17 04:59:32 +00:00
parent 6fece48382
commit f3ea511c40
3 changed files with 29 additions and 4 deletions

View File

@@ -725,7 +725,7 @@ void Pixmap2D::subCopy(int x, int y, const Pixmap2D *sourcePixmap){
}
}
delete pixel;
delete [] pixel;
}
bool Pixmap2D::doDimensionsAgree(const Pixmap2D *pixmap){