From eed7ef561a9d590d507255118132676f868b1bd3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 21 Jul 2014 21:39:00 +0300 Subject: move "change pickup type" option into gamemodifiers. --- src/settings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index cd174a8fa..e224eafb9 100644 --- a/src/settings.h +++ b/src/settings.h @@ -59,6 +59,7 @@ class Settings final attackWeaponType(0U), attackType(0U), quickDropCounter(0U), + pickUpType(0U), persistentIp(true), limitFps(false), inputFocused(true), @@ -92,6 +93,7 @@ class Settings final unsigned int attackWeaponType; unsigned int attackType; unsigned int quickDropCounter; + unsigned int pickUpType; bool persistentIp; bool limitFps; bool inputFocused; -- cgit v1.2.3-60-g2f50