summaryrefslogtreecommitdiff
path: root/src/strife/g_game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/g_game.c')
-rw-r--r--src/strife/g_game.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/strife/g_game.c b/src/strife/g_game.c
index a1a54f1c..97671a1f 100644
--- a/src/strife/g_game.c
+++ b/src/strife/g_game.c
@@ -1556,7 +1556,22 @@ void G_DoWorldDone (void)
{
gamestate = GS_LEVEL;
gamemap = destmap;
+
+ // STRIFE-TODO: hubs bullshit
+
G_DoLoadLevel ();
+
+ if(!deathmatch)
+ {
+ // STRIFE-TODO: powerup transfers etc
+
+ G_RiftPlayer();
+
+ // STRIFE-TODO:
+ // G_DoSaveGame(...);
+ // M_SaveMisObj();
+ }
+
gameaction = ga_nothing;
viewactive = true;
}