mirror of
https://github.com/tribes2/SkillSector.git
synced 2026-01-19 19:44:48 +00:00
initGameVars moved to missionLoadDone
This commit is contained in:
parent
d8c83788fe
commit
8cf32e8652
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,6 +7,7 @@ editor/
|
||||||
lighting/
|
lighting/
|
||||||
prefs/
|
prefs/
|
||||||
gui/
|
gui/
|
||||||
|
recordings/
|
||||||
Classic*
|
Classic*
|
||||||
|
|
||||||
# scripts folder need to be ignored and then exclusions have to be carved out
|
# scripts folder need to be ignored and then exclusions have to be carved out
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,12 @@ package SkillSector {
|
||||||
};
|
};
|
||||||
|
|
||||||
function SkillSector::initGameVars(%game) {
|
function SkillSector::initGameVars(%game) {
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function SkillSector::missionLoadDone(%game) {
|
||||||
|
DefaultGame::missionLoadDone(%game);
|
||||||
|
|
||||||
AimTrainerInit();
|
AimTrainerInit();
|
||||||
WaypointWranglerInit();
|
WaypointWranglerInit();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue