| 321 | } |
| 322 | |
| 323 | void InitVPTriggers() |
| 324 | { |
| 325 | trigflag = FALSE; |
| 326 | numtrigs = 1; |
| 327 | trigs[0]._tx = 35; |
| 328 | trigs[0]._ty = 32; |
| 329 | trigs[0]._tmsg = WM_DIABRTNLVL; |
| 330 | } |
| 331 | #endif |
| 332 | |
| 333 | BOOL ForceTownTrig() |
no outgoing calls
no test coverage detected