aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood/mars/reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/neighborhood/mars/reactor.h')
-rwxr-xr-xengines/pegasus/neighborhood/mars/reactor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/pegasus/neighborhood/mars/reactor.h b/engines/pegasus/neighborhood/mars/reactor.h
index 671970102b..86338f8266 100755
--- a/engines/pegasus/neighborhood/mars/reactor.h
+++ b/engines/pegasus/neighborhood/mars/reactor.h
@@ -34,7 +34,7 @@ namespace Pegasus {
class ReactorGuess : public DisplayElement {
public:
- ReactorGuess(const tDisplayElementID);
+ ReactorGuess(const DisplayElementID);
virtual ~ReactorGuess() {}
void initReactorGuess();
@@ -52,7 +52,7 @@ protected:
class ReactorChoiceHighlight : public DisplayElement {
public:
- ReactorChoiceHighlight(const tDisplayElementID);
+ ReactorChoiceHighlight(const DisplayElementID);
virtual ~ReactorChoiceHighlight() {}
void initReactorChoiceHighlight();
@@ -79,7 +79,7 @@ protected:
class ReactorHistory : public DisplayElement {
public:
- ReactorHistory(const tDisplayElementID);
+ ReactorHistory(const DisplayElementID);
virtual ~ReactorHistory() {}
void initReactorHistory();