X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fintellibox.cpp;h=d4129ec7535162d44deb3225de1608423d76c759;hb=f4b1ac84400a95e1a9fe68ff00bcd52e44911cf2;hp=73c2057942edb295eba784d596336048048cd941;hpb=0c1214ad0680c3bf65c1ee5f366dbafabc9d188d;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) { }