mirror of
https://github.com/HarbourMasters/Starship
synced 2026-06-24 18:03:16 -04:00
fix Spawner_Playground return type
This commit is contained in:
+1
-1
@@ -302,7 +302,7 @@ void Spawner_ObjKill(void) {
|
||||
}
|
||||
|
||||
// Use this function to add code that eases your documentation work!
|
||||
Spawner_Playground(void) {
|
||||
void Spawner_Playground(void) {
|
||||
Player* player = &gPlayer[0];
|
||||
|
||||
player->mercyTimer = 100;
|
||||
|
||||
Reference in New Issue
Block a user