carnivores-cpe / Carn2-Menu

Carnivores 2/IA Menu implementation using left over code from Interface.cpp and referencing the Carnivores 1 menu code.
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Trying to load area description that doesnt exist... #14

Closed Rexhunter99 closed 4 years ago

Rexhunter99 commented 4 years ago

image

Happens in: Carnivores: Mandibles Trying to load AREA8.TXT which doesn't exist, there are only 6 areas in the game.

Rexhunter99 commented 4 years ago

This occurs due to the _RES having 8 entries for areas in the prices {} block. Changing the code to verify if there are actual .MAP files for those indexes, if there isn't, we don't bother trying to find any other files and ignore the price entry.