summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorM. Kristall <mkpdev@gmail.com>2011-09-27 16:38:55 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:18:15 +0000
commit430a3f4237fa8314402f5d66a9a45acf135d3edb (patch)
tree887f0ea2a50ebfe5f835d27b849b83413947ac67 /src/game
parent453405b5b1319523b5da0d2055f820cc9613a731 (diff)
* Revert didn't restore marked status
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_buildable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c
index ecf1d5e9..1094ec90 100644
--- a/src/game/g_buildable.c
+++ b/src/game/g_buildable.c
@@ -4223,7 +4223,7 @@ buildLog_t *G_BuildLogNew( gentity_t *actor, buildFate_t fate )
void G_BuildLogSet( buildLog_t *log, gentity_t *ent )
{
log->modelindex = ent->s.modelindex;
- log->deconstruct = log->deconstruct;
+ log->deconstruct = ent->deconstruct;
log->deconstructTime = ent->deconstructTime;
log->builtBy = ent->builtBy;
VectorCopy( ent->s.pos.trBase, log->origin );