From 3bfcdf61c0bee848bff1a11fd4524f2d511ddc31 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 29 Jul 2008 23:28:28 +0000 Subject: [PATCH] fix duplicated frames --- nqw/knight.qc | 2 +- nqw/oldone.qc | 2 +- quake/knight.qc | 2 +- quake/oldone.qc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nqw/knight.qc b/nqw/knight.qc index 240f6f1..5a25b89 100644 --- a/nqw/knight.qc +++ b/nqw/knight.qc @@ -29,7 +29,7 @@ $frame painb10 painb11 //frame attack1 attack2 attack3 attack4 attack5 attack6 attack7 //frame attack8 attack9 attack10 attack11 -$frame attackb1 attackb1 attackb2 attackb3 attackb4 attackb5 +$frame attackb1 attackb1.dup attackb2 attackb3 attackb4 attackb5 $frame attackb6 attackb7 attackb8 attackb9 attackb10 $frame walk1 walk2 walk3 walk4 walk5 walk6 walk7 walk8 walk9 diff --git a/nqw/oldone.qc b/nqw/oldone.qc index 061497c..5b7953d 100644 --- a/nqw/oldone.qc +++ b/nqw/oldone.qc @@ -25,7 +25,7 @@ $frame old30 old31 old32 old33 old34 old35 old36 old37 old38 old39 $frame old40 old41 old42 old43 old44 old45 old46 $frame shake1 shake2 shake3 shake4 shake5 shake6 shake7 shake8 -$frame shake9 shake10 shake11 shake12 shake12 shake13 shake14 +$frame shake9 shake10 shake11 shake12 shake12.dup shake13 shake14 $frame shake15 shake16 shake17 shake18 shake19 shake20 //void() old_stand =[ $old1, old_stand ] {}; diff --git a/quake/knight.qc b/quake/knight.qc index 3b338da..b4f42ff 100644 --- a/quake/knight.qc +++ b/quake/knight.qc @@ -29,7 +29,7 @@ $frame painb10 painb11 //frame attack1 attack2 attack3 attack4 attack5 attack6 attack7 //frame attack8 attack9 attack10 attack11 -$frame attackb1 attackb1 attackb2 attackb3 attackb4 attackb5 +$frame attackb1 attackb1.dup attackb2 attackb3 attackb4 attackb5 $frame attackb6 attackb7 attackb8 attackb9 attackb10 $frame walk1 walk2 walk3 walk4 walk5 walk6 walk7 walk8 walk9 diff --git a/quake/oldone.qc b/quake/oldone.qc index 99d7de6..c1d90cb 100644 --- a/quake/oldone.qc +++ b/quake/oldone.qc @@ -25,7 +25,7 @@ $frame old30 old31 old32 old33 old34 old35 old36 old37 old38 old39 $frame old40 old41 old42 old43 old44 old45 old46 $frame shake1 shake2 shake3 shake4 shake5 shake6 shake7 shake8 -$frame shake9 shake10 shake11 shake12 shake12 shake13 shake14 +$frame shake9 shake10 shake11 shake12 shake12.dup shake13 shake14 $frame shake15 shake16 shake17 shake18 shake19 shake20 //void() old_stand =[ $old1, old_stand ] {};