X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fintellibox.cpp;h=d4129ec7535162d44deb3225de1608423d76c759;hb=b1936d09d6f37f941e594493e8a7e18fca88cc55;hp=73c2057942edb295eba784d596336048048cd941;hpb=3051264c306adc12b6028061a3257f523c211f81;p=r2c2.git diff --git a/source/libr2c2/intellibox.cpp b/source/libr2c2/intellibox.cpp index 73c2057..d4129ec 100644 --- a/source/libr2c2/intellibox.cpp +++ b/source/libr2c2/intellibox.cpp @@ -740,10 +740,12 @@ void Intellibox::error(Command cmd, Error err) Intellibox::Locomotive::Locomotive(): + protocol(NONE), ext_func(false), speed(0), reverse(false), - funcs(0) + funcs(0), + pending_half_step(0) { }