1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00

Silly error Fixed in binding

This commit is contained in:
Star-Demon 2011-01-14 10:03:45 -05:00
parent bfcfcecab6
commit 60c9c31c7a

View File

@ -186,7 +186,7 @@ namespace MWInput
"Toggle console");
disp->funcs.bind(A_Activate, boost::bind(&InputImpl::activate, this),
"Activate");
disp->funcs.bind(A_AutoMove, boost::bind(&InputImpl::toggleAUtoMove, this),
disp->funcs.bind(A_AutoMove, boost::bind(&InputImpl::toggleAutoMove, this),
"Auto Move");
// Add the exit listener