| 904 | } |
| 905 | |
| 906 | bool CreatePolyModelEffect(TCPOLYDESC* desc, int monitor, int screen, int id) { |
| 907 | ASSERT(desc); |
| 908 | int efxtype = -1; |
| 909 | switch (desc->type) { |
| 910 | case TC_POLY_STATIC: |
| 911 | efxtype = EFX_POLYMODEL; |
| 912 | break; |
| 913 | default: |
| 914 | Int3(); |
| 915 | } |
| 916 | Int3(); // polymodel not supported yet |
| 917 | return false; |
| 918 | } |
| 919 | |
| 920 | bool CreateSoundEffect(TCSNDDESC* desc, int monitor, int screen, int id) { |
| 921 | ASSERT(desc); |