SAGA2: Fix rest of the non-global-constructor warnings
This commit is contained in:
parent
e90a71d2fd
commit
44c4ad38e9
12 changed files with 43 additions and 106 deletions
|
@ -2313,8 +2313,7 @@ uint16 GameObject::totalContainedBulk(void) {
|
|||
|
||||
GameWorld::GameWorld(int16 map) {
|
||||
Common::SeekableReadStream *stream;
|
||||
if (stream = loadResourceToStream(tileRes, MKTAG('M', 'A', 'P', (char)map),
|
||||
"game map")) {
|
||||
if ((stream = loadResourceToStream(tileRes, MKTAG('M', 'A', 'P', (char)map), "game map"))) {
|
||||
int16 mapSize; // Size of map in MetaTiles
|
||||
|
||||
mapSize = stream->readUint16LE();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue