#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 , 12 years ago
comment:3 by , 12 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:5 by , 6 years ago
Component: | → Port: AmigaOS4 |
---|
Note:
See TracTickets
for help on using tickets.
Does changing uint size, sizecmp; on line 637 of engines/tony/gfxengine.cpp to uint32 size, sizecmp; work?