SCI32: Remove CoordAdjuster32, at least for the moment
This may come back in the future to deduplicate some gfx code, but SCI32 had two different inlined ways of doing coordinate conversions with different rounding methods, so CoordAdjuster32 didn't get used when the graphics system was rewritten. At the moment, SCI32 code uses the mulru/mulinc methods from helper.h for scaling up/down coordinates.
This commit is contained in:
parent
eae6891404
commit
4e1a9be816
18 changed files with 21 additions and 150 deletions
|
@ -80,7 +80,7 @@ GfxCursor::~GfxCursor() {
|
|||
kernelClearZoomZone();
|
||||
}
|
||||
|
||||
void GfxCursor::init(GfxCoordAdjuster *coordAdjuster, EventManager *event) {
|
||||
void GfxCursor::init(GfxCoordAdjuster16 *coordAdjuster, EventManager *event) {
|
||||
_coordAdjuster = coordAdjuster;
|
||||
_event = event;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue