X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fmain.c;h=ce409eb4551e3fe882a64f3af7ba37adbb003573;hb=bc739f556617ab3e83f1beb7e0a446b9d074b8ee;hp=235d433454c80ec341a2b23aac4b0fbc98e0f6eb;hpb=0f5b7f63f2d3d75ba646795a3c1ea9fc4cee4845;p=rocksndiamonds.git diff --git a/src/game_sp/main.c b/src/game_sp/main.c index 235d4334..ce409eb4 100644 --- a/src/game_sp/main.c +++ b/src/game_sp/main.c @@ -5,7 +5,11 @@ void InitGameEngine_SP() { +#if 0 menPlay_Click(); +#else + menPlayDemo_Click(); +#endif } void BlitScreenToBitmap_SP(Bitmap *target_bitmap)