build 200630. parser include support enhancement

This commit is contained in:
tmj-fstate
2020-06-30 15:57:20 +02:00
parent fc1f770186
commit 92379deff5
8 changed files with 37 additions and 18 deletions

View File

@@ -174,7 +174,7 @@ gamepad_input::recall_bindings() {
{ "value_invert", input_type::value_invert } };
// NOTE: to simplify things we expect one entry per line, and whole entry in one line
while( true == bindingparser.getTokens( 1, true, "\n" ) ) {
while( true == bindingparser.getTokens( 1, true, "\n\r" ) ) {
std::string bindingentry;
bindingparser >> bindingentry;