aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-06-23 23:32:51 -0400
committerEugene Sandulenko2013-09-06 14:48:15 +0300
commit68c5cfdf2c35d82b506dd4fc0c4335608a22a404 (patch)
tree169cba6e3f1e455083e451f2569fac4565946f57 /engines/fullpipe/gfx.cpp
parent1c1d8db613fccbab568efd1e57a86a419dc813c9 (diff)
downloadscummvm-rg350-68c5cfdf2c35d82b506dd4fc0c4335608a22a404.tar.gz
scummvm-rg350-68c5cfdf2c35d82b506dd4fc0c4335608a22a404.tar.bz2
scummvm-rg350-68c5cfdf2c35d82b506dd4fc0c4335608a22a404.zip
FULLPIPE: Continued Scene loading
Diffstat (limited to 'engines/fullpipe/gfx.cpp')
-rw-r--r--engines/fullpipe/gfx.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/gfx.cpp b/engines/fullpipe/gfx.cpp
index 8b801a7031..0305a004b8 100644
--- a/engines/fullpipe/gfx.cpp
+++ b/engines/fullpipe/gfx.cpp
@@ -33,6 +33,8 @@ Background::Background() {
_bigPictureArray1Count = 0;
_bigPictureArray2Count = 0;
_bigPictureArray = 0;
+ _stringObj = 0;
+ _colorMemoryObj = 0;
}
bool Background::load(MfcArchive &file) {