unsigned char
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
unsigned char
I'd compile exult with default char as unsigned and all work fine (only same warning messages in ShapeID constructor, but game work prefectly), additional font symbols place correctly now. Thanks to wjp for help in solving trouble.
Re: unsigned char
uh, you probably don't want to make all chars unsigned. You may run into all kinds of weird trouble.
Re: unsigned char
I try make only fonts func unsigned, but strings in code like "with help Exult Team" is signed char, and don't converting... but maybe I do something wrong...