aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/wav.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/wav.h')
-rw-r--r--engines/cge/wav.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/wav.h b/engines/cge/wav.h
index 304c2827d8..3423c43033 100644
--- a/engines/cge/wav.h
+++ b/engines/cge/wav.h
@@ -58,7 +58,7 @@ public:
Id = d;
}
CKID(XFILE *xf) {
- (ckFile = xf)->Read(Tx, sizeof(Tx));
+ (ckFile = xf)->read(Tx, sizeof(Tx));
}
bool operator !=(CKID &X) {
return Id != X.Id;