diff options
Diffstat (limited to 'engines/startrek/graphics.h')
-rw-r--r-- | engines/startrek/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/startrek/graphics.h b/engines/startrek/graphics.h index 26a6798c8b..7b4bb06882 100644 --- a/engines/startrek/graphics.h +++ b/engines/startrek/graphics.h @@ -51,7 +51,7 @@ public: Graphics(StarTrekEngine *vm); ~Graphics(); - void setBackgroundImage(Bitmap *bitmap); + void setBackgroundImage(Common::String imageName); /** * @param origRect The rectangle containing the original bitmap (must contain the * whole bitmap, even if some is outside the drawable space) |