Fix release build and resolve build warning about bad project name

This commit is contained in:
Lwmte 2021-08-26 10:41:07 +03:00
parent a12247a287
commit d7c5487a38
5 changed files with 3120 additions and 3121 deletions

View file

@ -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)
{