mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 03:29:19 +02:00
ups, ctrl włączał radiostop
This commit is contained in:
@@ -487,10 +487,8 @@ void Global::ConfigParse(cParser &Parser)
|
|||||||
|
|
||||||
Parser.getTokens();
|
Parser.getTokens();
|
||||||
Parser >> token;
|
Parser >> token;
|
||||||
/*
|
|
||||||
Global::bUseVBO = (token == "yes");
|
Global::bUseVBO = (token == "yes");
|
||||||
*/
|
|
||||||
Global::bUseVBO = false; // temporarily disabled until render paths are sorted out
|
|
||||||
}
|
}
|
||||||
else if (token == "feedbackmode")
|
else if (token == "feedbackmode")
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -753,7 +753,7 @@ void TWorld::OnKeyDown(int cKey)
|
|||||||
// else if (cKey=='3') Global::iWriteLogEnabled^=4; //wypisywanie nazw torów
|
// else if (cKey=='3') Global::iWriteLogEnabled^=4; //wypisywanie nazw torów
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (Global::ctrlState && GLFW_KEY_PAUSE) //[Ctrl]+[Break]
|
else if (Global::ctrlState && cKey == GLFW_KEY_PAUSE) //[Ctrl]+[Break]
|
||||||
{ // hamowanie wszystkich pojazdów w okolicy
|
{ // hamowanie wszystkich pojazdów w okolicy
|
||||||
if (Controlled->MoverParameters->Radio)
|
if (Controlled->MoverParameters->Radio)
|
||||||
Ground.RadioStop(Camera.Pos);
|
Ground.RadioStop(Camera.Pos);
|
||||||
|
|||||||
Reference in New Issue
Block a user