X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FInitGameConditions.c;h=1641862ff1549041dde23437b1aeb378ce8392f1;hp=1313c49d4ce1c7e5c7745160e4b9b6912b25e70f;hb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;hpb=085eaa4c64f1254101fe59747e87aacb009ebe3b diff --git a/src/game_sp/InitGameConditions.c b/src/game_sp/InitGameConditions.c index 1313c49d..1641862f 100644 --- a/src/game_sp/InitGameConditions.c +++ b/src/game_sp/InitGameConditions.c @@ -10,7 +10,7 @@ // Init game conditions (variables) // ========================================================================== -void subInitGameConditions() +void subInitGameConditions(void) { MurphyVarFaceLeft = 0; KillMurphyFlag = 0; // no "kill Murphy" @@ -41,7 +41,7 @@ void subInitGameConditions() // Locate Murphy and init location. // ========================================================================== -void InitMurphyPos() +void InitMurphyPos(void) { int si; @@ -79,7 +79,7 @@ void InitMurphyPosB(int si) // Convert to easy symbols and reset Infotron count If not ThenVer62 // ========================================================================== -int subConvertToEasySymbols() +int subConvertToEasySymbols(void) { int ax, bx, cx, dx, i; int al; @@ -225,12 +225,12 @@ void ResetInfotronsNeeded(int dx) // Fetch and initialize a level // ========================================================================== -void subFetchAndInitLevelB() +void subFetchAndInitLevelB(void) { subFetchAndInitLevelA(); } -void subFetchAndInitLevelA() +void subFetchAndInitLevelA(void) { GameBusyFlag = 0; // restore scissors too subFetchAndInitLevel(); // fetch and initialize a level @@ -239,7 +239,7 @@ void subFetchAndInitLevelA() DemoKeyCode = 0; // delete last demo key! } -void subFetchAndInitLevel() +void subFetchAndInitLevel(void) { int InfoCountInLevel;