================ idThread::End ================ */
| 613 | ================ |
| 614 | */ |
| 615 | void idThread::End( void ) { |
| 616 | // Tell thread to die. It will exit on its own. |
| 617 | Pause(); |
| 618 | interpreter.threadDying = true; |
| 619 | } |
| 620 | |
| 621 | /* |
| 622 | ================ |