Opened 12 years ago

Closed 12 years ago

Last modified 5 years ago

#6172 closed defect (fixed)

AMIGAOS4: Compiler error in Tony Tough

Reported by: raziel- Owned by: wjp
Priority: normal Component: Port: AmigaOS4
Version: Keywords: build
Cc: Game:

Description

C++ engines/tony/gfxengine.o engines/tony/gfxengine.cpp: In member function 'void Tony::RMGfxEngine::loadState(Common::CoroBaseContext*&, const Common::String&)': engines/tony/gfxengine.cpp:700: error: invalid conversion from 'uint*' to 'int32*' gmake: *** [engines/tony/gfxengine.o] Error 1

Ticket imported from: #3580541. Ticket imported from: bugs/6172.

Change History (5)

comment:1 by wjp, 12 years ago

Does changing uint size, sizecmp; on line 637 of engines/tony/gfxengine.cpp to uint32 size, sizecmp; work?

comment:2 by raziel-, 12 years ago

Yes, it does, error gone.

Thank you

comment:3 by wjp, 12 years ago

Owner: set to wjp
Resolution: fixed
Status: newclosed

comment:4 by wjp, 12 years ago

Thanks for checking. Committed.

comment:5 by digitall, 5 years ago

Component: Port: AmigaOS4
Note: See TracTickets for help on using tickets.