mirror of
https://github.com/DarkPlacesEngine/dpmodel.git
synced 2025-04-23 22:50:51 +00:00
put scene name in parsed part of the framegroups file
git-svn-id: svn://svn.icculus.org/twilight/trunk/dpmodel@11524 d7cf8633-e32d-0410-b094-e92efae38249
This commit is contained in:
parent
0fcc90c474
commit
81a9165d09
1 changed files with 1 additions and 1 deletions
|
@ -934,7 +934,7 @@ int parseskeleton(void)
|
|||
{
|
||||
// real framegroups entry
|
||||
if(framegroupsfile)
|
||||
fprintf(framegroupsfile, "%i %i %g %i // %s %s\n", baseframe, numframes - baseframe, sceneframerate, sceneloop, model_name_lowercase, scene_name_lowercase);
|
||||
fprintf(framegroupsfile, "%i %i %g %i %s // %s\n", baseframe, numframes - baseframe, sceneframerate, sceneloop, scene_name_lowercase, model_name_lowercase);
|
||||
|
||||
// dummy animinfo entry
|
||||
animinfo_write(framegroup, 1, sceneframerate / (numframes - baseframe), true);
|
||||
|
|
Loading…
Reference in a new issue