mirror of
https://github.com/HarbourMasters/Starship
synced 2026-08-27 08:47:33 -04:00
Fixed all remaining compilation issues
This commit is contained in:
committed by
Sonic Dreamcaster
parent
4c37fa4369
commit
69cfe9b2c4
@@ -44,7 +44,7 @@ s32 Message_GetCharCount(u16* msgPtr) {
|
||||
s32 count = 0;
|
||||
u16* msgChar = LOAD_ASSET(msgPtr);
|
||||
|
||||
if (CVarGetInteger("gLevelSelector", 0) && gCurrentPlanet == 6) {
|
||||
if (CVarGetInteger("gLevelSelector", 0) && gCurrentLevel == 6) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ Vtx D_Vtx_800DAC80[] = {
|
||||
Gfx D_Gfx_800DACA0[] = {
|
||||
// unused
|
||||
gsSPVertex(D_Vtx_800DAC80, 2, 0),
|
||||
gsSPLine3D(0, 1, 0),
|
||||
// gsSPLine3D(0, 1, 0),
|
||||
gsSPEndDisplayList(),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user