summaryrefslogtreecommitdiff
path: root/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'users.h')
-rw-r--r--users.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/users.h b/users.h
index b845352..fe4a0b0 100644
--- a/users.h
+++ b/users.h
@@ -19,7 +19,8 @@ enum eUserRights
UR_STARTREPLAY,
UR_SWITCHCHNL,
UR_EDITSTIMERS,
- UR_DELSTIMERS
+ UR_DELSTIMERS,
+ UR_EDITRECS
};
// --- cUser --------------------------------------------------------