1
0
forked from 0ad/0ad

Fixed multi-line comment warning

This was SVN commit r6247.
This commit is contained in:
Ykkrosh 2008-07-18 23:52:29 +00:00
parent 6d92213077
commit 5fcd1601a1

View File

@ -255,8 +255,10 @@ const u8 *_nm::Deserialize(const u8 *pos, const u8 *end) \
#define START_NMT_CLASS(_nm, _tp) \
START_NMT_CLASS_DERIVED(CNetMessage, _nm, _tp)
//#define START_NMT_CLASS_DERIVED(_base, _nm, _tp) \
// { _tp, Deserialize##_nm },
/*
#define START_NMT_CLASS_DERIVED(_base, _nm, _tp) \
{ _tp, Deserialize##_nm },
*/
#define START_NMT_CLASS_DERIVED(_base, _nm, _tp)