• newspaz's avatar
    Various changes to correct the positioning of special behaviors. This time the... · ebae1e52
    newspaz authored
    Various changes to correct the positioning of special behaviors. This time the fix is actually performed properly ;-).
    
    levelload.cpp
    *) Undid a change I made earlier. I changed << 2 into << 3, but it turns out I was wrong. This seemed to work due to a bug in eventframe.cpp.
    
    bridge.cpp
    *) Removed one tile from the default offset value for bridges
    
    event.h, event.cpp, event.cpp
    *) Removed the extraOffset variable I added earlier. It turned out this was totally unneeded.
    *) Fixed the way X and Y positions in the viewport were determined. It's a lot simpler now, and I wonder why the previous version was so complicated.
    *) More changes to get rid of the extraOffset variable.
    
    ebae1e52
Name
Last commit
Last update
..
event Loading commit data...
bullet.cpp Loading commit data...
bullet.h Loading commit data...
demolevel.cpp Loading commit data...
level.cpp Loading commit data...
level.h Loading commit data...
levelframe.cpp Loading commit data...
levelload.cpp Loading commit data...
movable.cpp Loading commit data...
movable.h Loading commit data...