The search keyword must be a single word (no spaces).
Function CustomDefeatQuitBJ
- Line
- 5627
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- nothing
- Returns
- nothing
| 5627 | function CustomDefeatQuitBJ takes nothing returns nothing |
| 5628 | if bj_isSinglePlayer then |
| 5629 | call PauseGame( false ) |
| 5630 | endif
|
| 5631 | |
| 5632 | // Bump the difficulty back up to the default.
|
| 5633 | call SetGameDifficulty(GetDefaultDifficulty()) |
| 5634 | call EndGame( true ) |
| 5635 | endfunction
|