Skip to content

Commit

Permalink
Emit intermission begin on game end
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaynes committed Jul 21, 2010
1 parent 8364106 commit e650dcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fpsgame/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,7 @@ namespace server
{
if(gamemillis >= gamelimit && !interm)
{
SbPy::triggerEvent("intermission_begin", 0);
sendf(-1, 1, "ri2", N_TIMEUP, 0);
if(smode) smode->intermission();
interm = gamemillis + 10000;
Expand Down

0 comments on commit e650dcd

Please sign in to comment.