mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-18 07:45:21 -04:00
Reimpl star emitter (#180)
* Reimpl star emitter * Remove OObject Lists * wip mole reimpl * nearly fix moles * Cleanup * Update reimpl seagull * Rework finishline to auto spawn and not to run in credits * Fix train crossing direction in extra mode * Clarification * micro optimization * update mole --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
This commit is contained in:
@@ -20,3 +20,4 @@ void OObject::Expire() { }
|
||||
void OObject::Destroy() {
|
||||
PendingDestroy = true;
|
||||
}
|
||||
void OObject::Reset() { }
|
||||
|
||||
Reference in New Issue
Block a user