Skip to content

Commit

Permalink
Fix Fastplay
Browse files Browse the repository at this point in the history
Fixes ticket:3447
  • Loading branch information
vexed committed May 5, 2012
1 parent 887eea8 commit c3218e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend.cpp
Expand Up @@ -207,6 +207,7 @@ bool runTutorialMenu(void)
break;

case FRONTEND_FASTPLAY:
NETinit(true);
NetPlay.players[0].allocated = true;
game.skDiff[0] = UBYTE_MAX;
sstrcpy(aLevelName, "FASTPLAY");
Expand Down

0 comments on commit c3218e7

Please sign in to comment.