Fix second-engine variant test
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 17 Apr 2012 08:51:02 +0000 (10:51 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 17 Apr 2012 12:03:25 +0000 (14:03 +0200)
commit19ba39ea3fba5ff50a6624575b262db203ada9d4
tree59c655422ff12750ec1b092a84f6f5091a6e5774
parent018dbe0e1105ca38e788c17c5c99cbf456f52392
Fix second-engine variant test

The test whether the second engine supports the selected variant took place
before the second engine was loaded, thus always coming to the conclusion
that the variant was not supported, and aborting the TwoMachines command.
The test is now moved to after second-engine loading (but before its
initialization, where non-supporting would become a fatal error).
backend.c