mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-11 07:25:50 -04:00
Add warning if no finishline. Remove printfs
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user