BGE Video Texture: fix constant initializer problem with Exception description. Uniformized the line ending.

This commit is contained in:
2008-11-01 12:48:46 +00:00
parent b590b121d3
commit 54401d36aa
7 changed files with 40 additions and 9 deletions
+2 -2
View File
@@ -165,8 +165,8 @@ void Texture_dealloc (Texture * self)
}
static ExceptionID MaterialNotAvail;
static ExpDesc MaterialNotAvailDesc (MaterialNotAvail, "Texture material is not available");
ExceptionID MaterialNotAvail;
ExpDesc MaterialNotAvailDesc (MaterialNotAvail, "Texture material is not available");
// Texture object initialization
int Texture_init (Texture *self, PyObject *args, PyObject *kwds)