Added CUTSCENEDIRSIZE to Config enum and CUTSCENENAMESIZE macro

This commit is contained in:
Sergeanur
2019-09-28 18:16:52 +03:00
parent ef65ad81ce
commit b13c4de6a4
3 changed files with 7 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ enum Config {
MODELINFOSIZE = 5500,
TXDSTORESIZE = 850,
EXTRADIRSIZE = 128,
CUTSCENEDIRSIZE = 512,
SIMPLEMODELSIZE = 5000,
TIMEMODELSIZE = 30,