diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-01-23 11:22:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-23 11:22:07 -0700 |
| commit | 1f189dfa804a05177f99dda1044898eb63fdcb3f (patch) | |
| tree | 598e0a6c26a5554afd1fcbcd801079fd1df090d3 /src/engine/objects/Object.cpp | |
| parent | 24ecfc3db43bfa606f41c42ef8778f96b5047c6b (diff) | |
Game.cpp and World.cpp Cleanup (#159)
* Remove CProperties and delete dup Properties from World.h
* Improvement
* Fix compile
* Cleanup
* Document gRaceState
* wip cleanup
* compile
* Impl PlayerBombKart
* Rename CourseManager_ to CM_
* Finish renames m_ to CM_
* cleanup
* Remove extra printf
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/engine/objects/Object.cpp')
| -rw-r--r-- | src/engine/objects/Object.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/objects/Object.cpp b/src/engine/objects/Object.cpp index eab390aa1..eb23b853e 100644 --- a/src/engine/objects/Object.cpp +++ b/src/engine/objects/Object.cpp @@ -16,7 +16,6 @@ OObject::OObject() {} void OObject::Tick() { } void OObject::Tick60fps() {} void OObject::Draw(s32 cameraId) { } -void OObject::Collision() {} void OObject::Expire() { } void OObject::Destroy() { PendingDestroy = true; |
