unsigned char

NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Locked
Quester

unsigned char

Post by Quester »

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. :)
wjp
Site Admin
Posts: 1708
Joined: Thu May 14, 2020 1:34 pm

Re: unsigned char

Post by wjp »

uh, you probably don't want to make all chars unsigned. You may run into all kinds of weird trouble.
Quester

Re: unsigned char

Post by Quester »

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...
Locked