mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-05 17:13:29 +08:00
Fixed garage globals for 3095. (#2529)
This commit is contained in:
parent
5a9019fa62
commit
92a3e4febd
@ -150,7 +150,7 @@ namespace big
|
|||||||
{
|
{
|
||||||
case 12: //Hangar
|
case 12: //Hangar
|
||||||
{
|
{
|
||||||
auto hangar_id = *scr_globals::gpbd_fm_1.at(self::id, 867).at(267).at(293).as<PINT>();
|
auto hangar_id = *scr_globals::gpbd_fm_1.at(self::id, 877).at(267).at(295).as<PINT>();
|
||||||
switch (hangar_id)
|
switch (hangar_id)
|
||||||
{
|
{
|
||||||
case 1: return HUD::GET_FILENAME_FOR_AUDIO_CONVERSATION("MP_HANGAR_1"); //LSIA Hangar 1
|
case 1: return HUD::GET_FILENAME_FOR_AUDIO_CONVERSATION("MP_HANGAR_1"); //LSIA Hangar 1
|
||||||
@ -163,7 +163,7 @@ namespace big
|
|||||||
}
|
}
|
||||||
case 13: //Facility
|
case 13: //Facility
|
||||||
{
|
{
|
||||||
auto facility_id = *scr_globals::gpbd_fm_1.at(self::id, 867).at(267).at(300).as<PINT>();
|
auto facility_id = *scr_globals::gpbd_fm_1.at(self::id, 877).at(267).at(302).as<PINT>();
|
||||||
switch (facility_id)
|
switch (facility_id)
|
||||||
{
|
{
|
||||||
case 1: return HUD::GET_FILENAME_FOR_AUDIO_CONVERSATION("MP_DBASE_1"); //Grand Senora Desert Facility
|
case 1: return HUD::GET_FILENAME_FOR_AUDIO_CONVERSATION("MP_DBASE_1"); //Grand Senora Desert Facility
|
||||||
|
Loading…
x
Reference in New Issue
Block a user