| 1252 | } |
| 1253 | |
| 1254 | void zSceneUpdateSFXWidgets() |
| 1255 | { |
| 1256 | zScene* s = globals.sceneCur; |
| 1257 | xSFXUpdateEnvironmentalStreamSounds((xSFX*)s->baseList[eBaseTypeSFX], |
| 1258 | s->baseCount[eBaseTypeSFX]); |
| 1259 | } |
| 1260 | |
| 1261 | static void HackSwapIt(char* buf, S32 size) |
| 1262 | { |
nothing calls this directly
no test coverage detected