(05-20-2010, 10:15 AM)Thomas Wrote: Ah sorry, strange. Perhaps have just set it to NULL. Search for it and see if u can activate it again.
No it gets allocated by hplNew and pointer gets value but after it`s added to mlstManagers by mlstManagers.push_back then it's back to null
mpVideoManager = hplNew( cVideoManager,(apGraphics, this) );
mpVideoManager here gots value
mlstManagers.push_back(mpVideoManager);
and now mpVideoManager is null
debuger is kinda acting strange during this time so I can't see all variables values but in code that is searching manager for ogg video manager is set to null