Skip to content

Commit d116df6

Browse files
Fixed some comments that were not up to date
1 parent 7a9e3cf commit d116df6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/Games/AlphaMW2/AlphaMW2Title.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include "Games\AlphaMW2\Structs.h"
77

8-
// Class to run MW2 Alpha, inherits from Game.
8+
// Class to run MW2 Alpha, inherits from Title.
99
class AlphaMW2Title : public Title
1010
{
1111
public:

src/Games/MW2/MW2Title.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include "Games\MW2\Structs.h"
77

8-
// Class to run MW2 TU9, inherits from Game.
8+
// Class to run MW2 TU9, inherits from Title.
99
class MW2Title : public Title
1010
{
1111
public:

src/Games/MW3/MW3Title.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include "Games\MW3\Structs.h"
77

8-
// Class to run MW3 TU24, inherits from Game.
8+
// Class to run MW3 TU24, inherits from Title.
99
class MW3Title : public Title
1010
{
1111
public:

src/Games/SpecOps/AlphaMW2/SpecOpsAlphaMW2Title.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "Core\Title.h"
44
#include "Elements\HudElem.h"
55

6-
// Class to run Spec Ops MW2 Alpha, inherits from Game.
6+
// Class to run Spec Ops MW2 Alpha, inherits from Title.
77
class SpecOpsAlphaMW2Title : public Title
88
{
99
public:

src/Games/SpecOps/MW2/SpecOpsMW2Title.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "Core\Title.h"
44
#include "Elements\HudElem.h"
55

6-
// Class to run Spec Ops MW2, inherits from Game.
6+
// Class to run Spec Ops MW2, inherits from Title.
77
class SpecOpsMW2Title : public Title
88
{
99
public:

src/Games/SpecOps/MW3/SpecOpsMW3Title.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "Core\Title.h"
44
#include "Elements\HudElem.h"
55

6-
// Class to run Spec Ops MW3, inherits from Game.
6+
// Class to run Spec Ops MW3, inherits from Title.
77
class SpecOpsMW3Title : public Title
88
{
99
public:

0 commit comments

Comments
 (0)