1 | timer = 0; |
2 | depth = -99999; |
3 | image_xscale = 1; |
4 | image_yscale = 1; |
5 | image_speed = 0; |
6 | xoffset[4] = 0; |
7 | yoffset[4] = 0; |
8 | if (o_boxingcontroller.wireframe_boxing == 1) |
9 | { |
10 | image_xscale = 0.5; |
11 | image_yscale = 0.5; |
12 | } |