速度模式 SP调整

This commit is contained in:
lovelyyoung 2021-08-24 19:40:04 +08:00
parent 8109139e24
commit 9897512880
2 changed files with 7 additions and 7 deletions

View File

@ -52,13 +52,13 @@ private:
unsigned int GraySp;
};
std::map<int, speedmodeparam> speedmodeMap = {
{0,{70,0x437,0xca7}},
{1,{80,0x388,0xa98}},
{2,{90,0x30a,0x91f}},
{3,{100,0x280,0x781}},
{4,{110,0x280,0x781}},
{5,{120,0x280,0x781}},
{6,{130,0x280,0x781}}
{0,{70,0x42d,0xc88}},
{1,{80,0x37f,0xa7f}},
{2,{90,0x303,0x90a}},
{3,{100,0x27c,0x775}},
{4,{110,0x27c,0x775}},
{5,{120,0x27c,0x775}},
{6,{130,0x27c,0x775}}
};
std::map<int, CString> speedmodeMapString = {

Binary file not shown.