10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
|
d3d_end()
|
||
|
d3d_set_lighting(false)
|
||
|
if global.scores > global.hiscore
|
||
|
global.hiscore = global.scores
|
||
|
global.victory = 0
|
||
|
global.death = 0
|
||
|
global.scores = 0
|
||
|
sound_stop_all()
|
||
|
|