spookian / HelperAI

Work-in-progress AI partner modification for Kirby's Return to Dreamland.
5 stars 0 forks source link

helperDelete() causing crash when pausing or entering a menu. #1

Closed spookian closed 1 year ago

spookian commented 1 year ago

The helperDelete() function is causing a crash on pause and on loading. It might be better to just delete or deprecate the entire function anyways, as no memory leaks would come out of keeping the allocated structures in memory.

On the other hand, maybe it would be better to keep the function, if only because it is used during stage loading and game mode loading. Would help free up some memory for potential additions later down the line.

spookian commented 1 year ago

helperDelete() was deprecated a while ago, but I'm still open to redoing it later. Closed for now.