From 2822df856d2ff4ca730a0a2a12fe9a120e495784 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 11 Mar 2014 07:31:12 +0100 Subject: CGE: Remove the useless return value of XCrypt() --- engines/cge/fileio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cge/fileio.h') diff --git a/engines/cge/fileio.h b/engines/cge/fileio.h index 803d6b2d58..77404fb552 100644 --- a/engines/cge/fileio.h +++ b/engines/cge/fileio.h @@ -86,7 +86,7 @@ class ResourceManager { uint16 catRead(byte *buf, uint16 length); Common::File *_catFile; Common::File *_datFile; - uint16 XCrypt(byte *buf, uint16 length); + void XCrypt(byte *buf, uint16 length); public: ResourceManager(); -- cgit v1.2.3