fixed a (wn32 avi) codec issue when adding an Empty scene.
added ttc and otc to the list of font extensions.
This commit is contained in:
@@ -157,6 +157,11 @@ Scene *add_scene(char *name)
|
||||
sce->r.freqplay= 60;
|
||||
sce->r.depth= 32;
|
||||
|
||||
if (sce->r.avicodecdata) {
|
||||
printf("this is not good\n");
|
||||
}
|
||||
// sce->r.imtype= R_TARGA;
|
||||
|
||||
sce->r.stereomode = 1; // no stereo
|
||||
|
||||
strcpy(sce->r.backbuf, "//backbuf");
|
||||
|
Reference in New Issue
Block a user