aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/vga.h
diff options
context:
space:
mode:
authorTravis Howell2007-04-15 00:12:09 +0000
committerTravis Howell2007-04-15 00:12:09 +0000
commitfe6b6323fa5f89e240b7face2d00a8abeccce7f4 (patch)
tree288be761572044e38c666a330a9588805e64ffdf /engines/agos/vga.h
parent2aeb84f12a8c5f585399be8a4b4087f45ce27e13 (diff)
downloadscummvm-rg350-fe6b6323fa5f89e240b7face2d00a8abeccce7f4.tar.gz
scummvm-rg350-fe6b6323fa5f89e240b7face2d00a8abeccce7f4.tar.bz2
scummvm-rg350-fe6b6323fa5f89e240b7face2d00a8abeccce7f4.zip
Cleanup.
svn-id: r26478
Diffstat (limited to 'engines/agos/vga.h')
-rw-r--r--engines/agos/vga.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/agos/vga.h b/engines/agos/vga.h
index fb577e0601..ab20de4543 100644
--- a/engines/agos/vga.h
+++ b/engines/agos/vga.h
@@ -134,6 +134,8 @@ struct VC10_state {
int8 depack_cont;
byte depack_dest[480];
+
+ VC10_state() { memset(this, 0, sizeof(*this)); }
};
byte *vc10_depackColumn(VC10_state *vs);