1
0
forked from 0ad/0ad

Small bug fix so issueCommand works for NMT_Produce.

This was SVN commit r3549.
This commit is contained in:
Matei 2006-02-23 01:26:02 +00:00
parent 7a4aeb69ed
commit 169889bcbc

View File

@ -185,6 +185,7 @@ CNetCommand *CNetMessage::CommandFromJSArgs(const CEntityList &entities, JSConte
case NMT_ ## _msg: \
{ \
C##_msg *msg = new C##_msg(); \
msg->m_Entities = entities; \
ReadInt(msg, m_Type); \
ReadString(msg, m_Name); \
return msg; \