Fixes for uninitialized variable warnings.

This commit is contained in:
Sherief Farouk
2013-08-09 19:52:15 -04:00
parent a90e208e6d
commit 9b591fadb8
3 changed files with 5 additions and 4 deletions

View File

@@ -1848,7 +1848,7 @@ private:
}}
#endif
const AnimationCurveNode* curve_node;
const AnimationCurveNode* curve_node = NULL;
BOOST_FOREACH(const AnimationCurveNode* node, curves) {
ai_assert(node);