Skip to content
This repository has been archived by the owner. It is now read-only.

Fix value of CReplay mode #15

Merged
merged 1 commit into from Jun 13, 2019
Merged
Changes from all commits
Commits
File filter
Filter file types
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.

Always

Just for now

Fix value of CReplay mode
  • Loading branch information
Filip Gawin
Filip Gawin committed Jun 13, 2019
commit d08912e905003fcb76958450e4c990bcf5b3d0ab
@@ -5,7 +5,7 @@ class CReplay
public:
static void Display(void);
enum {
MODE_1
MODE_1 = 1
};

static uint8 &Mode;