siggame / Viseur

Visualizer for the Cadre AI game framework
http://vis.siggame.io
MIT License
5 stars 9 forks source link

Issue With Catastrophe displaying Monuments everywhere. #37

Closed MasterCash closed 3 years ago

MasterCash commented 6 years ago

In the structure file for the viseur for catastrophe, the setup for what sprite to select to display is structured wrong. The constructor is a collection of ifs but the last statement is an else. The actual structure should be if, else if, else if, else. Location at lines: 67-85