Change default input parameters to (approximately?) match the original

This commit is contained in:
yvt 2017-02-20 03:12:10 +09:00
parent 971432a373
commit fb6b0ae838

View File

@ -41,7 +41,7 @@
using namespace std;
DEFINE_SPADES_SETTING(cg_mouseSensitivity, "1");
DEFINE_SPADES_SETTING(cg_zoomedMouseSensScale, "0.6");
DEFINE_SPADES_SETTING(cg_zoomedMouseSensScale, "1");
DEFINE_SPADES_SETTING(cg_mouseExpPower, "1");
DEFINE_SPADES_SETTING(cg_invertMouseY, "0");