mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-06 19:01:06 +03:00
Fix release build and resolve build warning about bad project name
This commit is contained in:
parent
a12247a287
commit
d7c5487a38
5 changed files with 3120 additions and 3121 deletions
|
@ -8,8 +8,6 @@
|
|||
|
||||
namespace ten::entities::switches
|
||||
{
|
||||
PHD_VECTOR CogSwitchPos(0, 0, -856);
|
||||
|
||||
OBJECT_COLLISION_BOUNDS CogSwitchBounds =
|
||||
{
|
||||
-512, 512,
|
||||
|
@ -19,6 +17,7 @@ namespace ten::entities::switches
|
|||
-ANGLE(30), ANGLE(30),
|
||||
-ANGLE(10), ANGLE(10)
|
||||
};
|
||||
PHD_VECTOR CogSwitchPos(0, 0, -856);
|
||||
|
||||
void CogSwitchCollision(short itemNum, ITEM_INFO* l, COLL_INFO* coll)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue