Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2007-04-04 18:25:10 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2007-04-04 18:25:10 +0400
commit7afd05d2ea6ce56699f5c3cfb69b8a41bc493db3 (patch)
treea287506b747784ee50703ba2208ebffcc80eb927 /source/gameengine
parentfb0f61c0b09aedaf536369becdc9e9e77609275f (diff)
* spelling commit by ideasman did accidental rename of one var, but not properly :)
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/Converter/BL_BlenderDataConversion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Converter/BL_BlenderDataConversion.cpp b/source/gameengine/Converter/BL_BlenderDataConversion.cpp
index 1e223d203b9..dc3ae581a23 100644
--- a/source/gameengine/Converter/BL_BlenderDataConversion.cpp
+++ b/source/gameengine/Converter/BL_BlenderDataConversion.cpp
@@ -190,7 +190,7 @@ static unsigned int KX_rgbaint2uint_new(unsigned int icol)
{
unsigned int integer;
unsigned char cp[4];
- } color, in_color;
+ } out_color, in_color;
in_color.integer = icol;
out_color.cp[0] = in_color.cp[3]; // red