1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-12 16:58:39 +00: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<<" ";