From 4fb582986eb1f7eab0e88fd50068f48c95214fe1 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 19 Jul 2001 18:57:28 +0000 Subject: [PATCH] --- source/fx/fx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fx/fx.cpp b/source/fx/fx.cpp index 84c8614a4..d71ac8d30 100644 --- a/source/fx/fx.cpp +++ b/source/fx/fx.cpp @@ -40,7 +40,7 @@ CFX::sFXRGB CFX::FXRGBTable[CFX::FX_RGB_MAX]= { {127,127,255}, // Water - {127,255,127}, // Acid + {0,255,0}, // Acid {255, 0, 0}, // Lava { 64, 64, 64}, // Oil };