X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2Ffile.c;h=d6d62c7b0ee1c0d9eedd4cbf908e6ef401c2b32a;hp=9fa3908a8dc8df1e50b6636a5a26e9b8a52ac467;hb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;hpb=085eaa4c64f1254101fe59747e87aacb009ebe3b diff --git a/src/game_sp/file.c b/src/game_sp/file.c index 9fa3908a..d6d62c7b 100644 --- a/src/game_sp/file.c +++ b/src/game_sp/file.c @@ -7,13 +7,13 @@ /* functions for loading Supaplex level */ /* ------------------------------------------------------------------------- */ -void setTapeInfoToDefaults_SP() +void setTapeInfoToDefaults_SP(void) { native_sp_level.demo.is_available = FALSE; native_sp_level.demo.length = 0; } -void setLevelInfoToDefaults_SP() +void setLevelInfoToDefaults_SP(void) { LevelInfoType *header = &native_sp_level.header; char *empty_title = "-------- EMPTY --------"; @@ -58,7 +58,7 @@ void setLevelInfoToDefaults_SP() setTapeInfoToDefaults_SP(); } -void copyInternalEngineVars_SP() +void copyInternalEngineVars_SP(void) { int count; int i, x, y;