mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
remove sys_matrix bss hack
This commit is contained in:
+2
-6
@@ -20,13 +20,9 @@ MtxF MtxF_clear = { {
|
||||
{0.0f, 0.0f, 0.0f, 1.0f},
|
||||
} };
|
||||
|
||||
static MtxF* Matrix_now;
|
||||
static MtxF* Matrix_stack;
|
||||
static MtxF* Matrix_stack = NULL;
|
||||
static MtxF* Matrix_now = NULL;
|
||||
|
||||
BSS_ORDER_GROUP_START
|
||||
BSS_ORDER_ITEM(Matrix_stack)
|
||||
BSS_ORDER_ITEM(Matrix_now)
|
||||
BSS_ORDER_GROUP_END
|
||||
|
||||
void new_Matrix(GAME* game){
|
||||
Matrix_now = THA_alloc16(&game->tha, 0x500);
|
||||
|
||||
Reference in New Issue
Block a user