• 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

Commit MetaInfo

Revisione621cccd7a0e2ebc27265c45063cf30c1b8fc0dd (tree)
Time2021-12-05 02:05:39
AuthorBenjamin Berkels <torr.samaho@quan...>
CommiterBenjamin Berkels

Log Message

fixed another GCC warning

Change Summary

Incremental Difference

diff -r 52c95f097d24 -r e621cccd7a0e src/gamemode.cpp
--- a/src/gamemode.cpp Thu Dec 02 18:42:30 2021 -0500
+++ b/src/gamemode.cpp Sat Dec 04 18:05:39 2021 +0100
@@ -1447,6 +1447,10 @@
14471447 case GAMELIMIT_WAVES:
14481448 wavelimit.ForceSet( Val, CVAR_Int );
14491449 break;
1450+
1451+ default:
1452+ I_Error( "GAMEMODE_SetLimit: Unhandled GameLimit\n." );
1453+ break;
14501454 }
14511455 }
14521456