2 errors with Arena Score

03/08/2013 14:30 stevebosslol#1
Hello !

I have 2 errors when compiling the Arna Score system, he is full but i got this errors :

Quote:
User.cpp(3950) : error C2065: 'SNAPSHOTTYPE_ARENA_UPDATE' : undeclared identifier
User.cpp(3950) : error C2593: 'operator <<' is ambiguous
&
Quote:
User.cpp(3984) : error C2065: 'SNAPSHOTTYPE_ARENA_UPDATE_SINGLE' : undeclared identifier
User.cpp(3984) : error C2593: 'operator <<' is ambiguous
Where declare the 2 Snapshot ?

Thanks !

Bye
03/08/2013 14:53 Unleashed!#2
Search in MsgHdr.h for "SNAPSHOTTYPE" and add your definitions there.
03/08/2013 14:58 stevebosslol#3
Ok thank you!