about summary refs log tree commit diff
path: root/src/game/client/components/maplayers.cpp
diff options
context:
space:
mode:
authorxalduin <xalduin@gmail.com>2010-06-10 00:24:38 +0800
committerMagnus Auvinen <magnus.auvinen@gmail.com>2010-06-10 20:38:03 +0800
commitdc3feaf42cd8bcb22b04fdba17dc10caacc94fef (patch)
treeb19550f37ecf1b2e4ed2561e6647e659fb560bf5 /src/game/client/components/maplayers.cpp
parent7fa21400d6739de935b2a13ceeefa32dbbb95986 (diff)
downloadzcatch-dc3feaf42cd8bcb22b04fdba17dc10caacc94fef.tar.gz
zcatch-dc3feaf42cd8bcb22b04fdba17dc10caacc94fef.zip
Fixed remaining compiler warnings for gcc on Linux
Diffstat (limited to 'src/game/client/components/maplayers.cpp')
-rw-r--r--src/game/client/components/maplayers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/maplayers.cpp b/src/game/client/components/maplayers.cpp
index 202ea2da..62b32a1f 100644
--- a/src/game/client/components/maplayers.cpp
+++ b/src/game/client/components/maplayers.cpp
@@ -42,7 +42,7 @@ void CMapLayers::EnvelopeEval(float TimeOffset, int Env, float *pChannels, void
 	pChannels[2] = 0;
 	pChannels[3] = 0;
 
-	CEnvPoint *pPoints;
+	CEnvPoint *pPoints = 0;
 
 	{
 		int Start, Num;