fix Spawner_Playground return type

This commit is contained in:
Sonic Dreamcaster 2024-11-16 04:32:50 -03:00
parent 1e118acaf7
commit e9f236f150

View File

@ -302,7 +302,7 @@ void Spawner_ObjKill(void) {
} }
// Use this function to add code that eases your documentation work! // Use this function to add code that eases your documentation work!
Spawner_Playground(void) { void Spawner_Playground(void) {
Player* player = &gPlayer[0]; Player* player = &gPlayer[0];
player->mercyTimer = 100; player->mercyTimer = 100;