Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2018
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.82 KB | None | 0 0
  1. --- quake2-r0.16.2/src/server/sv_ccmds.c    2018-02-02 19:24:57.464016456 +0100                                                                            
  2. +++ quake2-r0.16.2/src/server/sv_ccmds.c    2018-02-02 19:26:58.406677934 +0100                                                                            
  3. @@ -508,6 +508,7 @@                                                                                                                                        
  4.     {                                                                                                                                                      
  5.         // wipe all the *.sav files                                                                                                                        
  6.         SV_WipeSavegame ("current");                                                                                                                      
  7. +       ++map;                                                                                                                                            
  8.     }                                                                                                                                                      
  9.     else                                                                                                                                                  
  10.     {   // save the map just exited                                                                                                                        
  11. @@ -533,7 +534,7 @@                                                                                                                                        
  12.     }                                                                                                                                                      
  13.                                                                                                                                                            
  14.     // start up the next map                                                                                                                              
  15. -   SV_Map (false, Cmd_Argv(1), false );                                                                                                                  
  16. +   SV_Map (false, map, false );                                                                                                                          
  17.                                                                                                                                                            
  18.     // archive server state                                                                                                                                
  19.     strncpy (svs.mapcmd, Cmd_Argv(1), sizeof(svs.mapcmd)-1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement