Removed unnecessary enum value assignment.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2691 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-02-01 21:52:22 +00:00
parent 860b023230
commit 064e2742d5
+1 -1
View File
@@ -148,7 +148,7 @@ enum
BOMB_MODULE_4,
BOMB_MODULE_5,
NUM_MODULES = 20 /* must be last entry */
NUM_MODULES /* must be last entry */
};
#define EMPTY_SLOT NUM_MODULES