zaimoni / Cataclysm

A post-apocalyptic roguelike. New features relative to C:Whales are scheduled for after 0.2.0, the savefile breaking release.
http://www.bay12forums.com/smf/index.php?topic=174897
Other
27 stars 3 forks source link

switch/case fix needed #170

Closed hirdrac closed 1 year ago

hirdrac commented 1 year ago

https://github.com/zaimoni/Cataclysm/blob/bedc573cf6f4f9e159f503b9d249bb07d5670789/npcmove.cpp#L413 add a break or [[fallthrough]] after this statement depending on what was intended

zaimoni commented 1 year ago

Formal-fixed by bd0d4996c7d1adc8a90dff6e7c93171bf75cfc07 .