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