fix typo in kittens.cpp

develop
Myk Taylor 2022-09-18 08:40:22 -07:00
parent 3b650c8d0b
commit 8fd86f6e56
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -135,7 +135,7 @@ DFhackCExport command_result plugin_onupdate ( color_ostream &out )
last_designation[2] = desig_z;
out.print("Designation: %d %d %d\n",desig_x, desig_y, desig_z);
}
df:coord mousePos = Gui::getMousePos();
df::coord mousePos = Gui::getMousePos();
if(mousePos.x != last_mouse[0] || mousePos.y != last_mouse[1])
{
last_mouse[0] = mousePos.x;