aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/movie.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-10-24 16:23:32 -0400
committerMatthew Hoops2011-10-24 16:23:32 -0400
commit61311a2648f973c4ceb534243918d6462fea0488 (patch)
treee92f1476d9570ac9ff097c9c63a1019176391711 /engines/pegasus/movie.h
parentb3059e75e2597671abe501e62e73138f0825976b (diff)
downloadscummvm-rg350-61311a2648f973c4ceb534243918d6462fea0488.tar.gz
scummvm-rg350-61311a2648f973c4ceb534243918d6462fea0488.tar.bz2
scummvm-rg350-61311a2648f973c4ceb534243918d6462fea0488.zip
PEGASUS: Add the robot ship
Diffstat (limited to 'engines/pegasus/movie.h')
-rwxr-xr-xengines/pegasus/movie.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/movie.h b/engines/pegasus/movie.h
index b248cc19d4..db7b640ba8 100755
--- a/engines/pegasus/movie.h
+++ b/engines/pegasus/movie.h
@@ -84,7 +84,7 @@ public:
void setBounds(const Common::Rect &);
- void setGlowing(const bool);
+ void setGlowing(const bool glowing) { _glowing = glowing; }
protected:
bool _glowing;