Skip to content
Snippets Groups Projects
Commit dfdc817d authored by Giuseppe Bilotta's avatar Giuseppe Bilotta
Browse files

Typo fix

parent f4856a33
No related branches found
No related tags found
No related merge requests found
......@@ -1191,7 +1191,7 @@ u16 ServerEnvironment::addActiveObjectRaw(ServerActiveObject *object,
delete object;
return 0;
}
/*dstream<<"INGO: ServerEnvironment::addActiveObjectRaw(): "
/*dstream<<"INFO: ServerEnvironment::addActiveObjectRaw(): "
<<"added (id="<<object->getId()<<")"<<std::endl;*/
m_active_objects.insert(object->getId(), object);
......@@ -1792,7 +1792,7 @@ u16 ClientEnvironment::addActiveObject(ClientActiveObject *object)
delete object;
return 0;
}
dstream<<"INGO: ClientEnvironment::addActiveObject(): "
dstream<<"INFO: ClientEnvironment::addActiveObject(): "
<<"added (id="<<object->getId()<<")"<<std::endl;
m_active_objects.insert(object->getId(), object);
object->addToScene(m_smgr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment