diff options
Diffstat (limited to 'source/mvd_game.c')
-rw-r--r-- | source/mvd_game.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/mvd_game.c b/source/mvd_game.c index 61f422f..40f6924 100644 --- a/source/mvd_game.c +++ b/source/mvd_game.c @@ -1636,6 +1636,7 @@ update: if( numplayers != mvd_numplayers ) { MVD_InfoSet( "mvd_players", va( "%d", numplayers ) ); mvd_numplayers = numplayers; + mvd_dirty = qtrue; // update layouts next frame } } |