| 113 | |
| 114 | static const F32 defaultGooTimes[4] = { 0.00001f, 2.0f, 15.0f, 2.0f }; |
| 115 | static const F32 defaultGooWarbc[4] = { 0.25f, 2.0f, 0.25f, 1.2f }; |
| 116 | static const xVec3 bubblewall_scale = { 2.4f, 2.4f, 2.4f }; |
| 117 | static const xVec3 bubblewall_velscale = { 1.0f, 0.5f, 0.5f }; |
| 118 | |
| 119 | zFXGooInstance zFXGooInstances[24]; |
| 120 | U32 gFXSurfaceFlags = 0; |
| 121 |
nothing calls this directly
no test coverage detected