X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fengines.h;h=826ad9644aff491e6194f09387742183fe59f0be;hp=6a6dd4a73b9bd1cca0ca7c6dc62a4807597d2c77;hb=38212569c2f58866417f26e9c813ed8b23c5b2c4;hpb=d4c19f2f629758803f62f52809c889052ddf3ccf diff --git a/src/engines.h b/src/engines.h index 6a6dd4a7..826ad964 100644 --- a/src/engines.h +++ b/src/engines.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // engines.h // ============================================================================ @@ -33,7 +33,7 @@ boolean isActivePlayer_EM(int); void PlayLevelSound_EM(int, int, int, int); void InitGraphicInfo_EM(void); -void CheckSingleStepMode_EM(byte action[], int, boolean, boolean, boolean); +boolean CheckSingleStepMode_EM(byte action[], int, boolean, boolean, boolean); void SetGfxAnimation_EM(struct GraphicInfo_EM *, int, int, int, int); void getGraphicSourceObjectExt_EM(struct GraphicInfo_EM *, int, int, int, int);