Closed tanya-kta closed 4 years ago
- When I compile your brunch, I get LOTS of compile errors (mostly from fucking_shit.cu), because they are trying to access private fields like
MapNode::left
/right
/top
/bottom
and so on.This is still not fixed. Am I wrong and this is not a problem of your PR?
This is a merge issue
I have fixed some merge conflicts I was able to resolve (you can see commits log to get an idea of what I've done, or look through them to understand details), and created some repository-level issues, after resolving which all the code together will start looking more natural(?).
But there still are new compile errors which I couldn't fix and an issue from Codacy (which for some strange reason only appeared now, while it existed since the creation of the PR). Please, fix
Sorry! I have noticed that
jones_constants::so
is used inParticle::do_sensory_behaviours
, but your branch doesn't have this line, so this is not your mistake but a merge conflict.