2021-06-28 18:44:09 -07:00
|
|
|
d3d_set_lighting(false)
|
2021-07-09 00:16:48 -07:00
|
|
|
d3d_set_fog( false, c_white, 600, 3000 );
|
2021-06-28 18:44:09 -07:00
|
|
|
if global.scores > global.hiscore
|
|
|
|
global.hiscore = global.scores
|
|
|
|
global.victory = 0
|
|
|
|
global.death = 0
|
|
|
|
global.scores = 0
|
|
|
|
sound_stop_all()
|
2021-07-09 00:16:48 -07:00
|
|
|
|
2021-07-09 14:22:58 -07:00
|
|
|
gpu_set_alphatestenable(false);
|