Charpurrr / SuperMarioSolarEngine

An open source fanmade 2D Mario engine that implements elements from all the mainline 3D titles
https://docs.google.com/document/d/1hzFKpgm-1IukFWBig9A5ZsCQQEqVqJFVrNOAVmHSHJI/edit
MIT License
14 stars 7 forks source link

Fix trigger_exit() not being used #3

Closed GTcreyon closed 10 months ago

GTcreyon commented 10 months ago

The trigger_exit() function was meant to be used in place of calling _on_exit() directly. However, it was only used in reset_state() and not ditch_state(). This resolves that.