MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / zCamera_FlyOnly

Function zCamera_FlyOnly

src/SB/Game/zCamera.cpp:912–926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

910}
911
912U32 zCamera_FlyOnly()
913{
914 switch (globals.sceneCur->sceneID)
915 {
916 case 'PG12':
917 case 'KF05':
918 case 'DB02':
919 case 'SM02':
920 case 'SM03':
921 case 'SM04':
922 return 1;
923 default:
924 return 0;
925 }
926}

Callers 2

zCameraFlyStartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected