Skip to content

Commit df5998f

Browse files
committed
Update PhysicsInfo::Flag
1 parent 4d75bc9 commit df5998f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

libraries/libim/content/asset/thing/movement/physicsinfo.h

+5-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace libim::content::asset {
1212
None = 0x0,
1313
UseGravity = 0x1,
1414
UseThrust = 0x2,
15-
AlignOrientWithSurface = 0x10,
15+
AlignToSurface = 0x10,
1616
BounceOffSurface = 0x20,
1717
SticksToFloor = 0x40,
1818
SticksToWall = 0x80,
@@ -27,10 +27,12 @@ namespace libim::content::asset {
2727
IsCrouching = 0x10000,
2828
DoNotRotateVelocity = 0x20000,
2929
PartialGravity = 0x40000, // half of world gravity
30+
Uknown_800000 = 0x800000, // 11_pyr_kidvsindy_2.cog
3031
TreadingWater = 0x100000,
3132
NotAffectedByThrust = 0x400000,
32-
Rafting = 0x2000000, // mentioned in pru_lagoon.cog
33-
Unknown_4000000 = 0x4000000,
33+
MineCar = 0x1000000, // bab killtruck, sol mineplayer - minecar
34+
Raft = 0x2000000, // mentioned in pru_lagoon.cog, 02_riv - raftplayer
35+
Jeep = 0x4000000,
3436
Unknown_40000000 = 0x40000000
3537
};
3638

0 commit comments

Comments
 (0)