1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 00:55:20 +02:00

Added MaterialItem conversion from old content type namespace to new

This commit is contained in:
Perttu Ahola
2011-07-31 02:20:40 +03:00
parent 306bb66790
commit d6a9bec843
6 changed files with 63 additions and 34 deletions

View File

@@ -136,7 +136,7 @@ public:
virtual void serialize(std::ostream &os)
{
//os.imbue(std::locale("C"));
os<<getName();
os<<"MaterialItem2";
os<<" ";
os<<(unsigned int)m_content;
os<<" ";