Skip to content

Commit

Permalink
engine: client: fix opening Quake demos
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Jul 21, 2024
1 parent 95ff9e7 commit 38bef99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/client/cl_demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1520,8 +1520,8 @@ void CL_PlayDemo_f( void )
}

if( neg ) cls.forcetrack = -cls.forcetrack;
cls.legacymode = PROTO_QUAKE;
CL_DemoStartPlayback( DEMO_QUAKE1 );
cls.legacymode = PROTO_QUAKE;
return; // quake demo is started
}

Expand Down

0 comments on commit 38bef99

Please sign in to comment.