mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 05:30:34 +00:00
Added CUTSCENEDIRSIZE to Config enum and CUTSCENENAMESIZE macro
This commit is contained in:
parent
ef65ad81ce
commit
b13c4de6a4
3 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
|||
#pragma once
|
||||
#include "CutsceneObject.h"
|
||||
|
||||
#define CUTSCENENAMESIZE 8
|
||||
|
||||
class CDirectory;
|
||||
class CAnimBlendAssocGroup;
|
||||
class CCutsceneHead;
|
||||
|
@ -16,7 +18,7 @@ class CCutsceneMgr
|
|||
static bool &ms_animLoaded;
|
||||
static bool &ms_useLodMultiplier;
|
||||
|
||||
static char(&ms_cutsceneName)[8];
|
||||
static char(&ms_cutsceneName)[CUTSCENENAMESIZE];
|
||||
static CAnimBlendAssocGroup &ms_cutsceneAssociations;
|
||||
static CVector &ms_cutsceneOffset;
|
||||
static float &ms_cutsceneTimer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue