Set Rel_Coords button values to 0/1 instead of 2/1

This commit is contained in:
Nic Soudée 2022-05-18 21:57:35 -04:00
parent aab99d474b
commit a851e49f86

View File

@ -761,8 +761,8 @@ const T_Lookup Lookup_AutoRes[] = {
};
const T_Lookup Lookup_Coords[] = {
{"Absolute",0},
{"Relative",1},
{"Absolute",2},
{NULL,-1},
};