X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fmain_bd.h;h=8511f2e04386f1639c14fa3dab218e684c40f9b6;hb=93a37840d8ff4a84fc878f148e3abfeecb701821;hp=08630d695a85e16fd10dd0465717c1995e56b23d;hpb=507622f89d162a0f98adc1e482da85aa6ae1cf73;p=rocksndiamonds.git diff --git a/src/game_bd/main_bd.h b/src/game_bd/main_bd.h index 08630d69..8511f2e0 100644 --- a/src/game_bd/main_bd.h +++ b/src/game_bd/main_bd.h @@ -48,7 +48,7 @@ // constant definitions // ---------------------------------------------------------------------------- -/* screen sizes and positions for BD engine */ +// screen sizes and positions for BD engine #define TILESIZE 32 @@ -59,14 +59,14 @@ extern int TILESIZE_VAR; extern int SCR_FIELDX, SCR_FIELDY; -/* often used screen positions */ +// often used screen positions extern int SX, SY; #define SXSIZE (SCR_FIELDX * TILEX) #define SYSIZE (SCR_FIELDY * TILEY) -/* compatibility macros */ +// compatibility macros #define gettext(String) (String) #define N_(String) (String)