mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 11:57:25 +00:00
SAGA2: Added constructor to DirMaskGroup. CID 1457975
This commit is contained in:
parent
ac8e9ceefb
commit
37c1c24ec2
@ -696,6 +696,7 @@ class DirMaskGroup {
|
||||
void computeMask(uint8 objSection);
|
||||
|
||||
public:
|
||||
DirMaskGroup() : crossSection(0) {}
|
||||
DirMask &operator[](int16 index) {
|
||||
return dMask[index];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user