Use new prop label consts

This commit is contained in:
Vortrex
2021-11-28 22:45:41 -06:00
parent ffb5ea0843
commit 32a0fa5f79
2 changed files with 10 additions and 7 deletions

View File

@@ -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;