chungy
Doomworld is so about bullshit excuses

Posts: 1458
Registered: 06-05 |
It's a one-line change, really, nothing complicated. (Though you've apparently re-indented the source on bitbucket to your own preferences (I must say, tabs, yuck), so simply diffing his big file would have been difficult)
code: diff -r 45dcb675005c src/p_plats.c
--- a/src/p_plats.c Wed Oct 05 13:17:02 2011 -0400
+++ b/src/p_plats.c Fri Dec 30 21:13:38 2011 -0800
@@ -297,6 +297,7 @@
P_RemoveThinker(&(activeplats[i])->thinker);
activeplats[i] = NULL;
+ numplats--;
return;
}
I_Error("P_RemoveActivePlat: can't find plat!");
|