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

Menu crashes when loading _RES.txt in Carnivores+ #13

Closed Rexhunter99 closed 4 years ago

Rexhunter99 commented 4 years ago

image

Issue discovered in Carnivores+ a mod made by P.Rex Attached _RES: _RES.TXT

Rexhunter99 commented 4 years ago

Issue lies in _RES at line 347. There is a ' ' character on what is meant to be an empty line. Ordinarily the original Menu would ignore these lines entirely. Menu2 thinks there is meant to be data here and wrongly assumes there should be an '=' in this line and thus fails to load.