Removed invalid extern keyword.

pull/185/head
Marcel Metz 2012-03-12 16:06:00 +01:00
parent c4d797ef58
commit 6b5b3c64e6
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ aiVector3D g_vRotateSpeed = aiVector3D(0.5f,0.5f,0.5f);
aiVector3D g_avLightDirs[1] =
{ aiVector3D(-0.5f,0.6f,0.2f) };
extern D3DCOLOR g_avLightColors[3] =
D3DCOLOR g_avLightColors[3] =
{
D3DCOLOR_ARGB(0xFF,0xFF,0xFF,0xFF),
D3DCOLOR_ARGB(0xFF,0xFF,0x00,0x00),