diff options
Diffstat (limited to 'src/elements/newgraphics.cpp')
| -rw-r--r-- | src/elements/newgraphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/newgraphics.cpp b/src/elements/newgraphics.cpp index efdf128..3b19ef2 100644 --- a/src/elements/newgraphics.cpp +++ b/src/elements/newgraphics.cpp @@ -95,7 +95,7 @@ int graphics_LIFE(GRAPHICS_FUNC_ARGS) else pc = PIXRGB(255, 255, 0); } else { - //pc = gmenu[cpart->ctype].colour; + pc = PIXRGB(255, 255, 0);//sim->gmenu[cpart->ctype].colour; } *colr = PIXR(pc); *colg = PIXG(pc); |
