mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Various imps
This commit is contained in:
@@ -8,9 +8,9 @@ namespace urde
|
||||
CMaterialList MakeDockMaterialList()
|
||||
{
|
||||
CMaterialList list;
|
||||
list.x0_ |= (1ull << 34);
|
||||
list.x0_ |= (1ull << 43);
|
||||
list.x0_ |= (1ull << 48);
|
||||
list.Add(EMaterialTypes::ThirtyFour);
|
||||
list.Add(EMaterialTypes::FourtyThree);
|
||||
list.Add(EMaterialTypes::FourtyEight);
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user