aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/star_field.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-17 15:40:07 -0400
committerPaul Gilbert2016-07-17 15:40:07 -0400
commit90f2cce0b9621b483f9530c3615b40a0c8a50bb8 (patch)
tree30efae5b2ff6f212e04996a0aef8c22ae3825c16 /engines/titanic/star_control/star_field.h
parent816b99f5a657181ea84e0f42d2713406a9f041d2 (diff)
downloadscummvm-rg350-90f2cce0b9621b483f9530c3615b40a0c8a50bb8.tar.gz
scummvm-rg350-90f2cce0b9621b483f9530c3615b40a0c8a50bb8.tar.bz2
scummvm-rg350-90f2cce0b9621b483f9530c3615b40a0c8a50bb8.zip
TITANIC: Start of starfield rendering
Diffstat (limited to 'engines/titanic/star_control/star_field.h')
-rw-r--r--engines/titanic/star_control/star_field.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/star_control/star_field.h b/engines/titanic/star_control/star_field.h
index d02749b048..18104cdedf 100644
--- a/engines/titanic/star_control/star_field.h
+++ b/engines/titanic/star_control/star_field.h
@@ -63,7 +63,7 @@ public:
/**
* Renders the contents of the starfield
*/
- void draw(CVideoSurface *surface, CStarControlSub12 *sub12);
+ void render(CVideoSurface *surface, CStarControlSub12 *sub12);
int get1() const;
void set1(int val);