mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-06 04:05:11 +08:00
Use shared prefs and setenv
This commit is contained in:
@@ -201,7 +201,8 @@ public class TouchControlsSettings {
|
||||
|
||||
public static void sendToQuake()
|
||||
{
|
||||
|
||||
if(quakeIf == null) return;
|
||||
|
||||
int other = 0;
|
||||
other += showWeaponCycle?0x1:0;
|
||||
other += mouseMode?0x2:0;
|
||||
|
||||
Reference in New Issue
Block a user