File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
decompile/General/AltMods Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,9 @@ void ui60_entryHook()
6868{
6969 u_int i ;
7070
71- // replace call to LIST_RemoveFront inside Particle_Init
71+ // replace call to LIST_RemoveFront inside Particle_Init,
72+ // this alternative version is stored in Mods7.c
73+ struct Particle * NewParticleInit (struct LinkedList * param_1 );
7274 * (unsigned int * )0x80040348 = JAL (NewParticleInit );
7375
7476 // Gravity
@@ -151,7 +153,9 @@ void ui60_entryHook()
151153 * (int * )0x80040f78 = 0x31900 ;
152154 }
153155
154- // Inject new hooks
156+ // Inject new hooks, these are stored in Mods7.c
157+ void NewCallback231 ();
158+ void NewCallback233 ();
155159 data .overlayCallbackFuncs [1 ] = NewCallback231 ;
156160 data .overlayCallbackFuncs [3 ] = NewCallback233 ;
157161 return ;
You can’t perform that action at this time.
0 commit comments