aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/voyeur.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/voyeur.h')
-rw-r--r--engines/voyeur/voyeur.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/voyeur/voyeur.h b/engines/voyeur/voyeur.h
index 772343b00a..bf84893495 100644
--- a/engines/voyeur/voyeur.h
+++ b/engines/voyeur/voyeur.h
@@ -84,7 +84,7 @@ private:
void playStamp();
void initStamp();
void closeStamp();
- void initThreadStruct(ThreadResource *thread, int idx, int v3);
+ void initThreadStruct(ThreadResource *thread, int idx, int id);
protected:
// Engine APIs
virtual Common::Error run();