Skip to content

Commit e38fa0a

Browse files
committed
Change all identifiers named new to new_ for C++ compatability
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
1 parent 5a1ef10 commit e38fa0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/login/packets_ca_struct.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ struct PACKET_CA_CHARSERVERCONNECT {
230230
char name[MAX_CHARSERVER_NAME_SIZE]; ///< Charserver name
231231
int16 unknown2;
232232
int16 type; ///< Charserver type
233-
int16 new; ///< Whether charserver is to be marked as new
233+
int16 new_; ///< Whether charserver is to be marked as new
234234
} __attribute__((packed));
235235

236236
/**

0 commit comments

Comments
 (0)