X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2Fvb_types.h;h=030e179e4f4c68c3d79b1ea00814f25f6442ed42;hp=0f6d1b88112157690d3a38590b4c7a360d71c36a;hb=18863a5655e9e07d548e2d673e7f82336703c8fb;hpb=f926e522aef77158e0011ae5ad2cf8805509d6d1 diff --git a/src/game_sp/vb_types.h b/src/game_sp/vb_types.h index 0f6d1b88..030e179e 100644 --- a/src/game_sp/vb_types.h +++ b/src/game_sp/vb_types.h @@ -236,7 +236,7 @@ typedef struct void *Surface; void (*Cls)(); - void (*BltEx)(int, int, int); + // void (*BltEx)(int, int, int); void (*BltImg)(int, int, int, int); } DDSpriteBuffer;