summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjohannes <johannes.herman@gmail.com>2024-02-11 14:34:26 +0100
committerjohannes <johannes.herman@gmail.com>2024-02-11 14:34:26 +0100
commit38f212285db87240082ab819ae7b44d47c47408d (patch)
treee5ea951e2572dfb679e7e2c0ef212ae6edf63026 /src
parent2db591c4c4995064b6c35e93f88458a54af4e36d (diff)
changed demoprint
Diffstat (limited to 'src')
-rw-r--r--src/demo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/demo.c b/src/demo.c
index ff89e50..5de110a 100644
--- a/src/demo.c
+++ b/src/demo.c
@@ -591,7 +591,6 @@ void printdemodelta(demodelta *delta)
void printdemo(demo *demo, char printchunks)
{
- printf("HEADER:\n");
printdemoheader(&demo->header);
printf("\n");
@@ -632,7 +631,6 @@ void printdemo(demo *demo, char printchunks)
if (printchunks)
printf("\n");
- printf("CHUNK INFO:\n");
printf("chunk count: %d\n", demo->data.numchunks);
printf("chunk counts: [\n");
printf(" ticks: %d\n", typecount[0]);