X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fmain.c;h=9f343318407a45100de8d4673dd1ed83b385143f;hb=0b8567c8bcbe637936fa01d253de81254fa4fb3e;hp=a8d61e3ff7729f71309d57b5d319ae60afb71ec2;hpb=725f2361ad1932897edef8849a86d9ba7f65424f;p=rocksndiamonds.git diff --git a/src/game_sp/main.c b/src/game_sp/main.c index a8d61e3f..9f343318 100644 --- a/src/game_sp/main.c +++ b/src/game_sp/main.c @@ -30,3 +30,8 @@ void GameActions_SP(byte action[MAX_PLAYERS], boolean warp_mode) subMainGameLoop_Main(single_player_action, warp_mode); } + +void RedrawPlayfield_SP(boolean force_redraw) +{ + subDisplayLevel(); +}