spookypeanut / t7gre

Automatically exported from code.google.com/p/t7gre
0 stars 0 forks source link

Fails to compile on latest ScummVM rev. #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Groovie fails to compile since scummvm rev. 34905

Relevant changes? (I have no idea, so I've attached my log as well)

34905 Got rid of the unused 'filename' attribute in SaveStateDescriptor

34906 Turned enum PluginError into Common::Error, which in the future is to
be used in more places. Help with this is highly welcome

34913 Implemented GMM loading (and, once the GMM supports it, saving) for SCUMM

34916 Switched various Engine APIs to use Common::Error

Original issue reported on code.google.com by arablizzard2413 on 7 Nov 2008 at 2:26

Attachments:

GoogleCodeExporter commented 9 years ago
r325 should compile again.  From what I could see, 34905 and 34906 were where 
the
changes were introduced.

jvprat: Could you look at the error codes I used and change if appropriate?

Original comment by woe.sc...@gmail.com on 7 Nov 2008 at 6:25

GoogleCodeExporter commented 9 years ago
I've changed some of the error codes a bit, since I think some of them have a
different meaning in the ScummVM context. It looks good anyway, thanks for 
fixing it ;)

Original comment by jvp...@gmail.com on 7 Nov 2008 at 8:58