mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-10 20:00:04 -04:00
ASAN says: linux/lnxcontroller.cpp:484:12: runtime error: left shift of negative value -1 (in other words, "-1 << x", not "x << (-1)") Bitwise AND/OR often only make sense for unsigned quantities, so enforce exactly that kind of treatment.
8.8 KiB
8.8 KiB