| 80 | } |
| 81 | |
| 82 | void AICreateThread(WORD wStartBlock, Position location, void *pTown) |
| 83 | { |
| 84 | aiThreadList.push_front(aithread(wStartBlock, location, pTown)); |
| 85 | ++threadCount; |
| 86 | } |
| 87 | |
| 88 | void AICreateThread(const char *pszScriptID, Position location) |
| 89 | { |
no test coverage detected