From 90f2cce0b9621b483f9530c3615b40a0c8a50bb8 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 17 Jul 2016 15:40:07 -0400 Subject: TITANIC: Start of starfield rendering --- engines/titanic/star_control/star_field.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/star_control/star_field.h') 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); -- cgit v1.2.3