• R/O
  • SSH

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

This is a fork of Zandronum for TSPG.


コミットメタ情報

リビジョンa1094b913f9ce520716ffab6ee2fcf422d395d1b (tree)
日時2019-11-03 08:22:24
作者Sean Baggaley <sean@csnx...>
コミッターSean Baggaley

ログメッセージ

Block writemidi command

変更サマリ

差分

diff -r 26a6e8bcb81e -r a1094b913f9c src/sound/i_music.cpp
--- a/src/sound/i_music.cpp Sun Oct 13 22:07:18 2019 +0100
+++ b/src/sound/i_music.cpp Sat Nov 02 23:22:24 2019 +0000
@@ -854,6 +854,11 @@
854854
855855 CCMD (writemidi)
856856 {
857+ #if defined( SERVER_ONLY ) && defined( SERVER_BLACKLIST )
858+ if ( gamestate != GS_STARTUP )
859+ return;
860+ #endif
861+
857862 if (argv.argc() != 2)
858863 {
859864 Printf("Usage: writemidi <filename>");