summaryrefslogtreecommitdiff
path: root/src/elements
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-02-02 00:33:10 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-02-02 00:33:10 (GMT)
commitf5dd32b284fd311dd58070b6f431ec535fa93387 (patch)
tree73de79c18b3a91e72ebdb8520694ed7fd57c5999 /src/elements
parentf86091d421989ead46940cc12b77e48cfb127608 (diff)
downloadpowder-f5dd32b284fd311dd58070b6f431ec535fa93387.zip
powder-f5dd32b284fd311dd58070b6f431ec535fa93387.tar.gz
Working GOL (No graphics
Diffstat (limited to 'src/elements')
-rw-r--r--src/elements/newgraphics.cpp2
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);