diff options
| author | johannes <johannes.herman@gmail.com> | 2024-02-11 14:34:26 +0100 |
|---|---|---|
| committer | johannes <johannes.herman@gmail.com> | 2024-02-11 14:34:26 +0100 |
| commit | 38f212285db87240082ab819ae7b44d47c47408d (patch) | |
| tree | e5ea951e2572dfb679e7e2c0ef212ae6edf63026 /src/demo.c | |
| parent | 2db591c4c4995064b6c35e93f88458a54af4e36d (diff) | |
changed demoprint
Diffstat (limited to 'src/demo.c')
| -rw-r--r-- | src/demo.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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]); |
