summaryrefslogtreecommitdiff
path: root/src/strife/g_game.c
diff options
context:
space:
mode:
authorJames Haley2010-09-18 18:36:36 +0000
committerJames Haley2010-09-18 18:36:36 +0000
commit8ba444e5efd62f011218a2121084576ee1bf84fb (patch)
tree55b99216efa96affba8f790f8cb0fbe0b2d8def1 /src/strife/g_game.c
parent5de507694b0ca43739033d75cf20fcf7ea31a2dd (diff)
downloadchocolate-doom-8ba444e5efd62f011218a2121084576ee1bf84fb.tar.gz
chocolate-doom-8ba444e5efd62f011218a2121084576ee1bf84fb.tar.bz2
chocolate-doom-8ba444e5efd62f011218a2121084576ee1bf84fb.zip
More use of DEH_String and DEH_snprintf, especially in the dialog
engine. Also more use of new GiveVoiceObjective macro. Subversion-branch: /branches/strife-branch Subversion-revision: 2111
Diffstat (limited to 'src/strife/g_game.c')
-rw-r--r--src/strife/g_game.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/strife/g_game.c b/src/strife/g_game.c
index 97671a1f..4ea8e2f2 100644
--- a/src/strife/g_game.c
+++ b/src/strife/g_game.c
@@ -1248,7 +1248,6 @@ void G_PlayerReborn (int player)
// villsa [STRIFE]
strncpy(mission_objective, "Find help", OBJECTIVE_LEN);
-
}
//