mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 01:19:19 +02:00
Merge branch 'milek-dev' into gfx-work
This commit is contained in:
2
lua.cpp
2
lua.cpp
@@ -195,7 +195,7 @@ extern "C"
|
|||||||
return;
|
return;
|
||||||
TLocation loc;
|
TLocation loc;
|
||||||
if (dyn->Mechanik)
|
if (dyn->Mechanik)
|
||||||
dyn->Mechanik->PutCommand(std::string(str), num1, num2, nullptr);
|
dyn->Mechanik->PutCommand(std::string(str), num1, num2, loc);
|
||||||
else
|
else
|
||||||
dyn->MoverParameters->PutCommand(std::string(str), num1, num2, loc);
|
dyn->MoverParameters->PutCommand(std::string(str), num1, num2, loc);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user