| 161 | } |
| 162 | |
| 163 | void InitializeUPV(short itemNumber) |
| 164 | { |
| 165 | auto* UPVItem = &g_Level.Items[itemNumber]; |
| 166 | UPVItem->Data = UPVInfo(); |
| 167 | auto* UPV = GetUPVInfo(UPVItem); |
| 168 | |
| 169 | UPV->Flags = UPV_FLAG_SURFACE; |
| 170 | } |
| 171 | |
| 172 | void UPVPlayerCollision(short itemNumber, ItemInfo* laraItem, CollisionInfo* coll) |
| 173 | { |
nothing calls this directly
no test coverage detected