Add payphone biz loc type

This commit is contained in:
Vortrex
2022-06-26 14:53:41 -05:00
parent 8cceaa7e6a
commit 2b34fb708a

View File

@@ -24,6 +24,7 @@ const VRR_BIZ_LOC_FUEL = 3; // Fuel pump
const VRR_BIZ_LOC_DRIVETHRU = 4; // Drivethrough
const VRR_BIZ_LOC_VENDMACHINE = 5; // Vending machine
const VRR_BIZ_LOC_ATM = 6; // ATM
const VRR_BIZ_LOC_PAYPHONE = 7; // Payphone
// ===========================================================================