mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
ULTIMA: Fix incorrect assignment
This commit is contained in:
parent
845058480d
commit
a369a13bab
@ -90,14 +90,14 @@ public:
|
||||
//! Set the Gump's shape/frame
|
||||
inline void SetShape(Shape *shape, uint32 frameNum) {
|
||||
_shape = shape;
|
||||
_frameNum = _frameNum;
|
||||
_frameNum = frameNum;
|
||||
}
|
||||
|
||||
void SetShape(FrameID frame, bool adjustsize = false);
|
||||
|
||||
//! Set the Gump's frame
|
||||
inline void Set_frameNum(uint32 frameNum) {
|
||||
_frameNum = _frameNum;
|
||||
_frameNum = frameNum;
|
||||
}
|
||||
|
||||
//! Init the gump and add it to parent; call after construction
|
||||
|
Loading…
x
Reference in New Issue
Block a user