Razish / japp

JA++ server and client modification for Jedi Academy
GNU General Public License v2.0
44 stars 30 forks source link

Fix bgAllAnims being assigned a value before initialized. #453

Closed Charlese2 closed 8 months ago

Charlese2 commented 10 months ago

Fixes #452 This PR just moves the call to BG_InitAnimsets further up in the Init code so bgAllAnims gets initialized before it gets used.