Email or username:

Password:

Forgot your password?
Top-level
Torbjörn Andersson

@grumpygamer

I wrote this code without thinking, and then I stopped to look at what I had written...

Oh dear.

#sourcecodesunday

The code reads:

_windowManager->popCursor();

lucasFilm->free();
loom->free();

delete lucasFilm;
delete loom;
delete window;
1 comment
Torbjörn Andersson

@grumpygamer

Some context: It's part of ScummVM's implementation of the "About" dialog for the Macintosh version of Loom. It contains two images: One with the Lucasfilm Games logo, and one with the Loom logo. This is just part of cleaning up once the dialog had finished.

Though I'm told this is one of the few (perhaps the only?) version of Loom that Limited Run Games didn't unearth for their Loom re-release. I haven't completely ruled out that I did something bad after all...

The two images from the Macintosh version of Loom, one showing the Lucasfilm Games logo and the other showing the Loom logo.
Go Up