diff options
Diffstat (limited to 'engines/titanic/star_control/star_points1.h')
-rw-r--r-- | engines/titanic/star_control/star_points1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/star_control/star_points1.h b/engines/titanic/star_control/star_points1.h index a6e4ee2ec9..14f5b74afe 100644 --- a/engines/titanic/star_control/star_points1.h +++ b/engines/titanic/star_control/star_points1.h @@ -45,7 +45,7 @@ public: /** * Draw the starfield points */ - void draw(CSurfaceArea *surface, CStarControlSub12 *img); + void draw(CSurfaceArea *surface, CStarControlSub12 *sub12); }; } // End of namespace Titanic |