1
1
forked from 0ad/0ad

[Subtle hint to the autobuilder that it might want to upload the newest version...]

This was SVN commit r2192.
This commit is contained in:
Ykkrosh 2005-04-29 04:46:14 +00:00
parent 57b634999e
commit 889b81433a

View File

@ -196,7 +196,7 @@ XMBElement XMBElementList::item(const int id)
Pos += *(int*)Pos;
}
// Cache information about this node
m_LastItemID = id;
m_LastItemID = id;
m_LastPointer = Pos;
return XMBElement(Pos);