ac_snowman: last bit of progress for the day

This commit is contained in:
Cuyler36
2025-06-06 03:53:37 -04:00
parent 63f29f3eb4
commit 13af38f27b
2 changed files with 117 additions and 11 deletions
+2 -2
View File
@@ -8,9 +8,9 @@
extern "C" {
#endif
#define aSMAN_SCALE_MAX (6400.0f)
#define aSMAN_MOVE_DIST_MAX (6400.0f)
typedef void (*aSMAN_PROC)(ACTOR* actorx, GAME* game);
typedef int (*aSMAN_PROC)(ACTOR* actorx, GAME* game);
typedef struct snowman_actor_s {
/* 0x000 */ ACTOR actor_class;