Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Fix value of CReplay mode
  • Loading branch information
Filip Gawin committed Jun 13, 2019
1 parent 5483736 commit d08912e905003fcb76958450e4c990bcf5b3d0ab
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 d08912e

Please sign in to comment.