So me and a partner have been working on a game project for a while
now that's supposed to be a 2d-sidescrolling beat em up. We're having
some problems with the code, and we've been borrowing most of the code
from Worldmap sine it's exactly what we want pretty much. The code is
almost exactly the same except we get an aseertion error at the line
of code: map.rows = GetNextUIntElement(line, lpos);assert(!lpos); and
so if you needed I could give you the .cpp and .h for this file we're
getting the error from. Also we were wondering, how do you establish
the precedence of the objects that are placed on the map? Because
we've put some map objects on there and our player will walk to them,
but will go behind the trash can, or poll that we put up.