From 9fce6fd3b6a55b5e70c0602c917cb416fca348cf Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Mon, 8 Jan 2018 21:14:36 +0100 Subject: [PATCH] added comment regarding required value for loading ultra-long MPX demo files --- src/game_sp/export.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/game_sp/export.h b/src/game_sp/export.h index 4edac476..64700686 100644 --- a/src/game_sp/export.h +++ b/src/game_sp/export.h @@ -27,6 +27,10 @@ #define SP_STD_LEVEL_SIZE (SP_HEADER_SIZE + SP_STD_PLAYFIELD_SIZE) #define SP_FRAMES_PER_SECOND 35 + +// use a much higher value to be able to load ultra-long MPX demo files +// (like for level collection 78, level 88 ("WAITING FOR GODOT AGAIN")) +// #define SP_MAX_TAPE_LEN 500000 #define SP_MAX_TAPE_LEN 64010 /* (see "spfix63.doc") */ -- 2.34.1