Add warning if no finishline. Remove printfs

This commit is contained in:
MegaMech
2024-12-06 13:38:50 -07:00
parent 821bb4eba2
commit f87ad23500
5 changed files with 22 additions and 2 deletions
-1
View File
@@ -104,7 +104,6 @@ void Course::Load() {
freeMemory = (u8*) allocate_memory(size);
texture = (u8*)(asset->addr);
printf("TEXTURE: 0x%llX\n",texture);
if (texture) {
if (asset == &this->Props.textures[0]) {
gSegmentTable[5] = reinterpret_cast<uintptr_t>(&freeMemory[0]);