mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 21:03:35 -04:00
Add extra brackets to collision src structs
This commit is contained in:
@@ -331,11 +331,11 @@ namespace daObjMovebox {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 75.0f,
|
||||
/* Height */ 150.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
const Attr_c Act_c::M_attr[] = {
|
||||
|
||||
Reference in New Issue
Block a user