diff options
| author | Max Horn | 2003-07-22 20:36:43 +0000 |
|---|---|---|
| committer | Max Horn | 2003-07-22 20:36:43 +0000 |
| commit | 73e7afaf180b28daa561c7c24908f104be44858e (patch) | |
| tree | 6adaa18785fcc4f51222035891e60caa7fdb1b15 /backends/morphos/morphos.h | |
| parent | d15039d2e4f63a1c8c3cefe64bc8e8bb4364aa77 (diff) | |
| download | scummvm-rg350-73e7afaf180b28daa561c7c24908f104be44858e.tar.gz scummvm-rg350-73e7afaf180b28daa561c7c24908f104be44858e.tar.bz2 scummvm-rg350-73e7afaf180b28daa561c7c24908f104be44858e.zip | |
adjusted to play_cdrom parameter name change in common/system.h
svn-id: r9132
Diffstat (limited to 'backends/morphos/morphos.h')
| -rw-r--r-- | backends/morphos/morphos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/morphos/morphos.h b/backends/morphos/morphos.h index 5076c2d479..ff4052f7bc 100644 --- a/backends/morphos/morphos.h +++ b/backends/morphos/morphos.h @@ -112,7 +112,7 @@ class OSystem_MorphOS : public OSystem virtual bool poll_cdrom(); // Play cdrom audio track - virtual void play_cdrom(int track, int num_loops, int start_frame, int length); + virtual void play_cdrom(int track, int num_loops, int start_frame, int duration); // Stop cdrom audio track virtual void stop_cdrom(); |
