diff options
author | Samuel Villareal | 2010-09-08 04:31:48 +0000 |
---|---|---|
committer | Samuel Villareal | 2010-09-08 04:31:48 +0000 |
commit | 36a895288c03cf6ff8c801bf74301fbf93b96bed (patch) | |
tree | 3dead998f6443adc44b5e450818759af392c1280 /src/strife | |
parent | 994d69c7fb2c91017d4e0f10fd3cf4ea9e532565 (diff) | |
download | chocolate-doom-36a895288c03cf6ff8c801bf74301fbf93b96bed.tar.gz chocolate-doom-36a895288c03cf6ff8c801bf74301fbf93b96bed.tar.bz2 chocolate-doom-36a895288c03cf6ff8c801bf74301fbf93b96bed.zip |
+ Fixing comments
Subversion-branch: /branches/strife-branch
Subversion-revision: 2039
Diffstat (limited to 'src/strife')
-rw-r--r-- | src/strife/p_enemy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strife/p_enemy.c b/src/strife/p_enemy.c index c2742ec7..971196cb 100644 --- a/src/strife/p_enemy.c +++ b/src/strife/p_enemy.c @@ -2269,7 +2269,7 @@ void A_Pain(mobj_t* actor) } // -// A_Pain +// A_PeasantCrash // // villsa [STRIFE] new codepointer // @@ -2289,7 +2289,7 @@ void A_PeasantCrash(mobj_t* actor) } // -// A_Pain +// A_Fall // void A_Fall (mobj_t *actor) { |