X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fexport.h;h=647006866e6fa180911a5734dc00022f08cb2b43;hb=6cf34a189f4a3707c9131652621dd67731f14f6b;hp=72bffa2b5b77fc28af5a0e4c3208c7b6eda5f97f;hpb=4145364edf9ddec790b586344f9570145ae39896;p=rocksndiamonds.git diff --git a/src/game_sp/export.h b/src/game_sp/export.h index 72bffa2b..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") */ @@ -187,6 +191,9 @@ extern void copyInternalEngineVars_SP(); extern boolean LoadNativeLevel_SP(char *, int, boolean); extern void SaveNativeLevel_SP(char *); +extern int getFieldbufferOffsetX_SP(); +extern int getFieldbufferOffsetY_SP(); + extern void BlitScreenToBitmap_SP(Bitmap *); extern void RedrawPlayfield_SP(boolean);