X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame_sp%2Fvb_defs.h;h=b25d1570f16a3ef176d5e182c8e40008861b64e1;hb=315fd934929b6f1dbb70a6ae3cda097cdbc7d9c0;hp=47ea35befd470b63f540d931d391935bde8fa10e;hpb=b6847742a0713d8ed21bb6104476db54f8c1a4b9;p=rocksndiamonds.git diff --git a/src/game_sp/vb_defs.h b/src/game_sp/vb_defs.h index 47ea35be..b25d1570 100644 --- a/src/game_sp/vb_defs.h +++ b/src/game_sp/vb_defs.h @@ -71,6 +71,8 @@ #define DDERR_UNSUPPORTED (VALUE_START_DD_ERR + 17) #define DDERR_WASSTILLDRAWING (VALUE_START_DD_ERR + 18) +#if 0 + #define DSSCL_PRIORITY (VALUE_START_DS + 1) #define DSBCAPS_CTRLFREQUENCY (VALUE_START_DS + 2) #define DSBCAPS_CTRLPAN (VALUE_START_DS + 3) @@ -80,4 +82,6 @@ #define DSBSTATUS_PLAYING (VALUE_START_DS + 7) #define DSBPLAY_DEFAULT (VALUE_START_DS + 8) +#endif + #endif /* VB_DEFS_H */