Whoops, fix a bad typo.
This commit is contained in:
parent
72e1737aa6
commit
ec0b515864
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ public:
|
|||
bool saveTape(const SGPropertyNode* ConfigData);
|
||||
bool loadTape(const SGPropertyNode* ConfigData);
|
||||
|
||||
static const char* subsystemName() { return "reply"; }
|
||||
static const char* subsystemName() { return "replay"; }
|
||||
private:
|
||||
void clear();
|
||||
FGReplayData* record(double time);
|
||||
|
|
Loading…
Reference in a new issue