diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-10-15 20:29:26 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-15 20:29:26 -0600 |
| commit | 4fbb031dd95f2a84e73fbca269f517e98808d293 (patch) | |
| tree | 55ed05a34242658698107ac2e9461b4c4bd0999d /src/engine/courses/Course.cpp | |
| parent | af81bad1f34ee6af52a70ff8bf7ad4e1ee624a93 (diff) | |
Refactors (#114)
* Update Engine.cpp
* fix
* Add Actors
* Refactor
* Update Game.cpp
* Refactors as per review
Diffstat (limited to 'src/engine/courses/Course.cpp')
| -rw-r--r-- | src/engine/courses/Course.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/courses/Course.cpp b/src/engine/courses/Course.cpp index 8c6301dc1..f844adcdf 100644 --- a/src/engine/courses/Course.cpp +++ b/src/engine/courses/Course.cpp @@ -125,8 +125,6 @@ void Course::SpawnActors() { } -void Course::Init() { -} void Course::InitClouds() { if (this->Props.Clouds) { init_clouds(this->Props.Clouds); |
