• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

This is a fork of Zandronum used on servers hosted by The Sentinels Playground (TSPG).


Commit MetaInfo

Revisioneb975b0dd56d6f68059858b417dca249d7f0b021 (tree)
Time2021-10-31 21:51:30
AuthorAdam Kaminski <kaminskiadam9@gmai...>
CommiterAdam Kaminski

Log Message

Fixed the RCON login menu from opening instead if the user tried opening the save menu in an online game.

Change Summary

Incremental Difference

diff -r 1fa0463322c7 -r eb975b0dd56d src/menu/menu.cpp
--- a/src/menu/menu.cpp Sat Oct 30 20:27:34 2021 -0400
+++ b/src/menu/menu.cpp Sun Oct 31 08:51:30 2021 -0400
@@ -493,6 +493,7 @@
493493 M_StartMessage (GStrings("SAVEDEAD"), 1);
494494 return;
495495 }
496+ break;
496497
497498 case NAME_ZA_ServerSetupMenu:
498499 // [TP] Make the server setup menu redirect to RCON login if not logged in yet