Static loadorder_ffi::LIBLO_WARN_LO_MISMATCH[][src]

#[no_mangle]
pub static LIBLO_WARN_LO_MISMATCH: c_uint = 2

There is a mismatch between the files used to keep track of load order.

This warning can only occur when using libloadorder with a game that uses the textfile-based load order system. The load order in the active plugins list file (plugins.txt) does not match the load order in the full load order file (loadorder.txt). Synchronisation between the two is automatic when load order is managed through libloadorder. It is left to the client to decide how best to restore synchronisation.