================ idThread::End ================ */
| 591 | ================ |
| 592 | */ |
| 593 | void idThread::End( void ) { |
| 594 | // Tell thread to die. It will exit on its own. |
| 595 | Pause(); |
| 596 | interpreter.threadDying = true; |
| 597 | } |
| 598 | |
| 599 | /* |
| 600 | ================ |