Fix float types, remove some errant table repositories [skip ci]

This commit is contained in:
Akkadius
2020-04-04 02:26:30 -05:00
parent 9e27ffacff
commit a824ddec44
27 changed files with 177 additions and 714 deletions
+3 -3
View File
@@ -39,9 +39,9 @@ public:
std::string category_name;
std::string reporter_name;
std::string ui_path;
std::string pos_x;
std::string pos_y;
std::string pos_z;
float pos_x;
float pos_y;
float pos_z;
int heading;
int time_played;
int target_id;