summaryrefslogtreecommitdiff
path: root/src/strife/p_user.c
diff options
context:
space:
mode:
authorJames Haley2011-06-04 04:59:22 +0000
committerJames Haley2011-06-04 04:59:22 +0000
commit1271fc2557489e3ee000923c32efcb48dd640a09 (patch)
tree5468a75526f8c2182f1b940011905860fa9898e5 /src/strife/p_user.c
parent4755980aed7173227e876602ce78cf31bbb97118 (diff)
downloadchocolate-doom-1271fc2557489e3ee000923c32efcb48dd640a09.tar.gz
chocolate-doom-1271fc2557489e3ee000923c32efcb48dd640a09.tar.bz2
chocolate-doom-1271fc2557489e3ee000923c32efcb48dd640a09.zip
Resolved some TODOs and fixed a couple of problem spots that were
forgotten. Subversion-branch: /branches/strife-branch Subversion-revision: 2344
Diffstat (limited to 'src/strife/p_user.c')
-rw-r--r--src/strife/p_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_user.c b/src/strife/p_user.c
index 718eb119..af03e81f 100644
--- a/src/strife/p_user.c
+++ b/src/strife/p_user.c
@@ -494,7 +494,7 @@ void P_PlayerThink (player_t* player)
player->pendingweapon = wp_wpgrenade;
}
- // villsa [STRIFE] TODO - no check for mauler/torpedo??
+ // villsa [STRIFE] - no check for mauler/torpedo??
}
}
}