From 5760315cdf26dc9d5f7322b1c3c173fa8eb2784e Mon Sep 17 00:00:00 2001 From: livingaftermidnight Date: Sat, 11 Feb 2006 09:37:35 +0000 Subject: [PATCH] Added particle stuff. This was SVN commit r3491. --- source/graphics/DefaultEmitter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/graphics/DefaultEmitter.cpp b/source/graphics/DefaultEmitter.cpp index dddbb7a76e..3a0c3d9a5e 100644 --- a/source/graphics/DefaultEmitter.cpp +++ b/source/graphics/DefaultEmitter.cpp @@ -154,5 +154,4 @@ bool CDefaultEmitter::updateEmitter() return false; // this will be checked for and then it will be deleted } } - return false; }