Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Merge pull request #15 from ShFil119/patch-1
Fix value of CReplay mode
  • Loading branch information
aap committed Jun 13, 2019
2 parents 5483736 + d08912e commit 8b55b8b1448100dec7090a13e04017ff64fa7872
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/control/Replay.h
@@ -5,7 +5,7 @@ class CReplay
public:
static void Display(void);
enum {
MODE_1
MODE_1 = 1
};

static uint8 &Mode;

0 comments on commit 8b55b8b

Please sign in to comment.