Commit graph

4 commits

Author SHA1 Message Date
TokyoSU
177a9c9197 Changed mgLOS to TR5 instead of using TR3 one
- changed mgLOS from TR3 to TR5.
- changed a bit GetTiltType() that normally return short.
- changed a bit CollideStaticObjects() and LaraBaddieCollision() to use "vector<short>" instead of "array".
- fixed GetCollidedObjects() where "collidedItems[numItems] = NULL" is called before last return.
- created GetRoomList() to get the roomList with vector or array return.
- structured some function.
2019-12-17 17:37:53 +01:00
TokyoSU
937b026d25 Revert "Improved some lara function"
This reverts commit dfc8023b68.
2019-12-16 19:04:28 +01:00
TokyoSU
dfc8023b68 Improved some lara function 2019-12-16 17:11:24 +01:00
TokyoSU
10f2f7a946 Fixed lara draw
- moved some think to misc.cpp
2019-12-15 19:07:38 +01:00