mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
fix Spawner_Playground return type
This commit is contained in:
parent
1e118acaf7
commit
e9f236f150
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user