initGameVars moved to missionLoadDone

This commit is contained in:
loop 2025-10-21 00:17:34 +01:00
parent d8c83788fe
commit 8cf32e8652
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -7,6 +7,7 @@ editor/
lighting/
prefs/
gui/
recordings/
Classic*
# scripts folder need to be ignored and then exclusions have to be carved out

View file

@ -20,6 +20,12 @@ package SkillSector {
};
function SkillSector::initGameVars(%game) {
}
function SkillSector::missionLoadDone(%game) {
DefaultGame::missionLoadDone(%game);
AimTrainerInit();
WaypointWranglerInit();
}