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:
2003-05-11 15:44:23 +00:00
parent a204816f3f
commit fe05ca64f2
7 changed files with 33 additions and 23 deletions

View File

@@ -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");