mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-05-29 16:44:33 -04:00
Fix crash in disguise training
This commit is contained in:
@@ -324,6 +324,8 @@ void bgunPreload(void)
|
||||
handfilenum = g_HeadsAndBodies[BODY_DARK_AF1].handfilenum;
|
||||
g_HandModeldefs[2] = modeldefLoadToNew(handfilenum);
|
||||
modelCalculateRwDataLen(g_HandModeldefs[2]);
|
||||
} else if (g_Vars.stagenum == STAGE_CITRAINING) {
|
||||
g_HandModeldefs[2] = g_HandModeldefs[0];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user