- Make GCC happy.

SVN r3164 (trunk)
This commit is contained in:
Randy Heit 2011-03-11 00:44:38 +00:00
commit f96dd8ff8a
10 changed files with 14 additions and 11 deletions

View file

@ -364,6 +364,7 @@ AActor::AActor () throw()
}
AActor::AActor (const AActor &other) throw()
: DThinker()
{
memcpy (&x, &other.x, (BYTE *)&this[1] - (BYTE *)&x);
}