Use new prop label consts
This commit is contained in:
@@ -553,7 +553,7 @@ class BusinessData {
|
||||
|
||||
this.streamingRadioStation = -1;
|
||||
|
||||
this.labelHelpType = VRR_BIZLABEL_INFO_NONE;
|
||||
this.labelHelpType = VRR_PROPLABEL_INFO_NONE;
|
||||
|
||||
if(dbAssoc) {
|
||||
this.databaseId = toInteger(dbAssoc["biz_id"]);
|
||||
|
||||
@@ -48,12 +48,15 @@ const VRR_KEYSTATE_HOLDSHORT = 3;
|
||||
const VRR_KEYSTATE_HOLDLONG = 4;
|
||||
|
||||
// Business Label Info Types
|
||||
const VRR_BIZLABEL_INFO_NONE = 0;
|
||||
const VRR_BIZLABEL_INFO_BUY = 1;
|
||||
const VRR_BIZLABEL_INFO_ENTER = 2;
|
||||
const VRR_BIZLABEL_INFO_ENTERVEHICLE = 3;
|
||||
const VRR_BIZLABEL_INFO_REFUEL = 4;
|
||||
const VRR_BIZLABEL_INFO_REPAIR = 5;
|
||||
const VRR_PROPLABEL_INFO_NONE = 0;
|
||||
const VRR_PROPLABEL_INFO_BUY = 1;
|
||||
const VRR_PROPLABEL_INFO_ENTER = 2;
|
||||
const VRR_PROPLABEL_INFO_ENTERVEHICLE = 3;
|
||||
const VRR_PROPLABEL_INFO_REFUEL = 4;
|
||||
const VRR_PROPLABEL_INFO_REPAIR = 5;
|
||||
const VRR_PROPLABEL_INFO_BUYHOUSE = 6;
|
||||
const VRR_PROPLABEL_INFO_RENTHOUSE = 7;
|
||||
const VRR_PROPLABEL_INFO_BUYBIZ = 8;
|
||||
|
||||
// Animation Types
|
||||
const VRR_ANIMTYPE_NONE = 0;
|
||||
|
||||
Reference in New Issue
Block a user