popToRootScene

I think this code

if (c 1)
{
m_pobScenesStack->removeLastObject();
this->end();
}
else
should be removed obviously if c 1 we are at the root.

Andre