mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 23:31:57 +00:00
SAGA2: Implement default constructor for ActiveRegion. CID 1458003
This commit is contained in:
parent
6c68acad2d
commit
ba743f64fb
@ -867,6 +867,7 @@ class ActiveRegion {
|
||||
|
||||
public:
|
||||
|
||||
ActiveRegion() : anchor(0), worldID(0) {}
|
||||
void update(void);
|
||||
|
||||
// Return the current region in tile point coords
|
||||
|
Loading…
x
Reference in New Issue
Block a user