From 2eee4c51764d0d73986f2aae64fbaf4c0beeb9c1 Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 8 May 2020 15:59:57 +0200 Subject: most of animation system done; little stuff here and there --- src/core/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/config.h') diff --git a/src/core/config.h b/src/core/config.h index 940d06db..29a73f33 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -38,6 +38,9 @@ enum Config { NUMCUTSCENEOBJECTS = 50, // does not exist in VC // TODO(MIAMI): colmodel pool + NUMANIMBLOCKS = 35, + NUMANIMATIONS = 450, + NUMTEMPOBJECTS = 30, // Path data -- cgit v1.2.3