AmigaPorts / ACE

Amiga C Engine
Mozilla Public License 2.0
156 stars 26 forks source link

remove stateCreate()'s pPrev param #205

Closed tehKaiN closed 1 year ago

tehKaiN commented 1 year ago

Description

Makes the stateCreate() function use more straightforward and less error-prone. The pPrev field has strictly internal functionality and shouldn't be exposed to (first-time) user. Manually tampering with it, if ever useful, is considered an advanced use, requiring good knowledge of state manager's internals.

Checklist