aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/surface.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-12-16 14:17:50 -0500
committerMatthew Hoops2011-12-16 14:17:50 -0500
commit12efb47b536d2f663c9cde2739a1fd40599da669 (patch)
tree9ce08d6a798ff5138ee2908642e6468d7d2b249e /engines/pegasus/surface.h
parentfdced472abc830c07d28474727db004c8018fcac (diff)
downloadscummvm-rg350-12efb47b536d2f663c9cde2739a1fd40599da669.tar.gz
scummvm-rg350-12efb47b536d2f663c9cde2739a1fd40599da669.tar.bz2
scummvm-rg350-12efb47b536d2f663c9cde2739a1fd40599da669.zip
PEGASUS: Remove t prefix from typedefs
Some other minor cleanup too
Diffstat (limited to 'engines/pegasus/surface.h')
-rwxr-xr-xengines/pegasus/surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/surface.h b/engines/pegasus/surface.h
index 3ccbf5913e..34a88dbd53 100755
--- a/engines/pegasus/surface.h
+++ b/engines/pegasus/surface.h
@@ -125,7 +125,7 @@ protected:
class Picture : public DisplayElement, public Frame {
public:
- Picture(const tDisplayElementID id) : DisplayElement(id) {}
+ Picture(const DisplayElementID id) : DisplayElement(id) {}
virtual ~Picture() {}
virtual void initFromPICTFile(const Common::String &fileName, bool transparent = false);