- Make GCC happy.
SVN r3164 (trunk)
This commit is contained in:
parent
9ab6ac39a0
commit
f96dd8ff8a
10 changed files with 14 additions and 11 deletions
|
|
@ -364,6 +364,7 @@ AActor::AActor () throw()
|
|||
}
|
||||
|
||||
AActor::AActor (const AActor &other) throw()
|
||||
: DThinker()
|
||||
{
|
||||
memcpy (&x, &other.x, (BYTE *)&this[1] - (BYTE *)&x);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue