diff options
Diffstat (limited to 'src/simulation/elements/STKM2.cpp')
| -rw-r--r-- | src/simulation/elements/STKM2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/STKM2.cpp b/src/simulation/elements/STKM2.cpp index ca0d8cf..edcef18 100644 --- a/src/simulation/elements/STKM2.cpp +++ b/src/simulation/elements/STKM2.cpp @@ -59,8 +59,8 @@ int Element_STKM2::update(UPDATE_FUNC_ARGS) int Element_STKM2::graphics(GRAPHICS_FUNC_ARGS) { - /**pixel_mode = PSPEC_STICKMAN; - if ((int)sim->player2.elem<PT_NUM) + *pixel_mode = PSPEC_STICKMAN; + /*if ((int)sim->player2.elem<PT_NUM) { *colr = PIXR(elements[sim->player2.elem].pcolors); *colg = PIXG(elements[sim->player2.elem].pcolors); |
