got rid of upper case types

This commit is contained in:
aap 2019-06-17 00:16:38 +02:00
commit 0add48abf5
49 changed files with 701 additions and 708 deletions

View file

@ -8,7 +8,7 @@ public:
};
static uint8 &Mode;
static Bool &bPlayingBackFromFile;
static bool &bPlayingBackFromFile;
static void Display(void);
};