Mapster32: Allow assigning pals over 127 with ; + P hotkey
Currently it's not possible to assign pals from 128 to 251 in 3D Mode because of signed integer overflow.
Change from int8_t
to int16_t
so as not to break -1 sentinel value.
Edited by Dino Bollinger