aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon')
-rw-r--r--code/qcommon/vm_interpreted.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/vm_interpreted.c b/code/qcommon/vm_interpreted.c
index 7183e24..6b303d8 100644
--- a/code/qcommon/vm_interpreted.c
+++ b/code/qcommon/vm_interpreted.c
@@ -480,7 +480,7 @@ nextInstruction2:
case OP_BLOCK_COPY:
{
int *src, *dest;
- int i, count, srci, desti;
+ int count, srci, desti;
count = r2;
// MrE: copy range check