Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

While fixing this bug, we found another one. This one was a major one that caused major problems when XP became bigger than an int is capable of. So, we had to implement a check to ensure when XP became bigger than an int we then offload the excess to ensure XP never triggers a negative which then causes a indefinite loop which hangs the entire game.