About Store Forum Documentation Contact



Post Reply 
CC4
Author Message
yvanvds Offline
Member

Post: #1
CC4
Just looking into the MMO code.

In the shared sources, there's a few defines like:
#define CC4_NCHR CC4('N','C','H','R')
#define CC4_NITM CC4('N','I','T','M')
#define CC4_ACNT CC4('A','C','N','T')

but I cannot find a definition of CC4 anywhere. What is it supposed to be? A four byte char?
02-07-2011 03:04 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: CC4
Are you checking the latest sources?
I think I have removed CC4 from the latest version.

Yes it was 4 byte char.
02-07-2011 03:33 PM
Find all posts by this user Quote this message in a reply
yvanvds Offline
Member

Post: #3
RE: CC4
Ah, I update the engine frequently, but didn't look if there was a new version of the MMO code. Silly.
02-07-2011 03:53 PM
Find all posts by this user Quote this message in a reply
Post Reply