summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hackvr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hackvr.c b/src/hackvr.c
index 04fa9a2..cdc5084 100644
--- a/src/hackvr.c
+++ b/src/hackvr.c
@@ -359,7 +359,7 @@ int load_stdin() {//what is this returning?
global.group_rot[i]->p.z+=strtold(a[4],0);
}
else {
- printf("# ERROR: wrong amount of parts for move. got: %d expected: 11\n",len);
+ printf("# ERROR: wrong amount of parts for move. got: %d expected: 4\n",len);
}
continue;
}