dxx-rebirth/common
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 Add wrappers for screen width/height 2015-03-22 18:49:21 +00:00
3d
arch
editor
include Make file_get*list static 2015-03-22 18:49:21 +00:00
main Fix bogus trap on remote_owner check 2015-03-22 22:48:47 +00:00
maths
misc Enable nested INI files 2015-03-22 18:49:21 +00:00
texmap
ui Make file_get*list static 2015-03-22 18:49:21 +00:00