sneakernets / zdoom

ZDoom is an enhanced port of the official DOOM source code to Windows and POSIX platforms. As such, it also adds new features not found in the version published by id Software.
http://zdoom.org
6 stars 0 forks source link

Solve all instances of unsigned chars #2

Closed sneakernets closed 8 years ago

sneakernets commented 9 years ago

Potential unsigned chars in ZDoom code may still exist. Solution is to pass parameters to compiler or replace negatives with 0x equivalents.

sneakernets commented 8 years ago

Fixed in master.