aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/motion.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-08-14 21:11:12 +0300
committerEugene Sandulenko2013-09-06 14:51:14 +0300
commit4db2d7e21b6729b04e1760af302a1acdd3bd4ae4 (patch)
tree93fdac341329bc01bf20bc264142272e1323ac17 /engines/fullpipe/motion.cpp
parentfce8c0f5952533b592de21205274f5cf9347a3b1 (diff)
downloadscummvm-rg350-4db2d7e21b6729b04e1760af302a1acdd3bd4ae4.tar.gz
scummvm-rg350-4db2d7e21b6729b04e1760af302a1acdd3bd4ae4.tar.bz2
scummvm-rg350-4db2d7e21b6729b04e1760af302a1acdd3bd4ae4.zip
FULLPIPE: Fix crash
Diffstat (limited to 'engines/fullpipe/motion.cpp')
-rw-r--r--engines/fullpipe/motion.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/motion.cpp b/engines/fullpipe/motion.cpp
index fed3cb79ff..3259653001 100644
--- a/engines/fullpipe/motion.cpp
+++ b/engines/fullpipe/motion.cpp
@@ -122,6 +122,7 @@ CMovGraphLink::CMovGraphLink() {
_field_3C = 0;
_field_38 = 0;
_movGraphReact = 0;
+ _name = 0;
}
bool CMovGraphLink::load(MfcArchive &file) {