| 910 | } |
| 911 | |
| 912 | U32 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 | } |
no outgoing calls
no test coverage detected