X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fengines.h;h=826ad9644aff491e6194f09387742183fe59f0be;hp=46cdbf4fee79fae60cdf394b8c4fd1485b3f55bc;hb=3fd63fd1559c678f0b63ba48d0de211aab1cf591;hpb=5eec6f3a02cb8a6171a37a209aae3e3665aff514 diff --git a/src/engines.h b/src/engines.h index 46cdbf4f..826ad964 100644 --- a/src/engines.h +++ b/src/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);