From 9748bc5b219a973fe75dd01368a60ed24557d886 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 Dec 1999 20:01:28 -0500 Subject: first full proper handling of local/remote control modes --- globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index b106907..d55351c 100644 --- a/globals.h +++ b/globals.h @@ -771,6 +771,7 @@ typedef struct { typedef struct { int connections; + int mode; } RemoteStruct; @@ -786,7 +787,6 @@ typedef struct { TimeStruct Timers; MenuStatusStruct MenuStatus; RemoteStruct Remote; - int control_mode; // FIXME and all instances of control_mode } GlobalStruct; -- cgit