dxx-rebirth/similar
Kp d63be36fb3 Fix bogus trap on remote_owner check
Some call sites pass a uint8_t to objnum_remote_to_local, which is
zero-extended up to an int.  The check for owner==-1 then fails, causing
the sanity check to trap to the debugger, even though the situation is
normal and harmless.  Switch the type to int8_t to ensure that the value
is not sign/zero-extended.
2015-03-22 22:48:47 +00:00
..
2d Remove RAIIdmem::operator pointer 2015-02-17 03:52:59 +00:00
3d Move WORDS_BIGENDIAN functions into #ifdef guard 2015-03-22 18:49:21 +00:00
arch Fix crash when all sound channels are in use 2015-03-22 22:48:47 +00:00
editor Pass array<> to remap_side_uvs 2015-02-27 03:30:33 +00:00
main Fix bogus trap on remote_owner check 2015-03-22 22:48:47 +00:00
mem Fix size truncation in mem_malloc 2015-01-29 04:27:35 +00:00
misc Fix clang -Wmissing-braces warnings 2015-03-22 18:49:21 +00:00