build 170520. compressor activation for multi-unit engines, gamepad support toggle, local brake logic fix for multi-unit engines

This commit is contained in:
tmj-fstate
2017-05-20 21:09:03 +02:00
parent c38511978d
commit e805533f54
10 changed files with 182 additions and 122 deletions

View File

@@ -411,7 +411,9 @@ int main(int argc, char *argv[])
&& GfxRenderer.Render())
{
glfwPollEvents();
input::Gamepad.poll();
if( true == Global::InputGamepad ) {
input::Gamepad.poll();
}
}
Console::Off(); // wyłączenie konsoli (komunikacji zwrotnej)
}