mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-13 12:09:02 -04:00
Use more timeslots for backgrounded props and disable timeslot redistribution
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#define IS4MB() (g_Is4Mb == true)
|
||||
#define IS8MB() (g_Is4Mb != true)
|
||||
#define LINEHEIGHT (VERSION == VERSION_JPN_FINAL ? 14 : 11)
|
||||
#define MIN(a, b) ((a) < (b) ? (a) : (b))
|
||||
#define MAX(a, b) ((a) > (b) ? (a) : (b))
|
||||
#define MIXCOLOUR(dialog, property) dialog->transitionfrac < 0.0f ? g_MenuColourPalettes[dialog->type].property : colourBlend(g_MenuColourPalettes[dialog->type2].property, g_MenuColourPalettes[dialog->type].property, dialog->colourweight)
|
||||
#define MPCHR(index) &g_MpChrs[index]
|
||||
|
||||
+1
-1
@@ -174,7 +174,7 @@ struct g_vars {
|
||||
/*0x35b*/ u8 alwaystick;
|
||||
/*0x35c*/ u16 updateframe;
|
||||
/*0x35e*/ u16 prevupdateframe;
|
||||
/*0x360*/ struct propstate propstates[7];
|
||||
/*0x360*/ struct propstate propstates[150];
|
||||
/*0x424*/ struct chrdata *chrdata;
|
||||
/*0x428*/ struct truckobj *truck;
|
||||
/*0x42c*/ struct heliobj *heli;
|
||||
|
||||
Reference in New Issue
Block a user