1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-18 20:50:07 +00:00

Core: tgaSave() should free memory passed in. SceneEditor: Add support for grid map dumping (in TGA format).

This allows reconstructing the map templates, which were never shipped with the game.
This patch also fixes insane memory leaking when taking screenshots, or dumping screen frames.
This commit is contained in:
fgenesis 2011-11-20 22:58:36 +01:00
parent a97629b52b
commit d903e74bf6
4 changed files with 37 additions and 1 deletions

View file

@ -501,6 +501,7 @@ public:
void checkForRebuild();
void createAquarian();
void dumpObs();
DebugButton *btnMenu;
protected: