changed these numbers for future expandability

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40487
This commit is contained in:
David Anderson 2007-02-13 03:19:59 +00:00
parent c5316168de
commit 4f1101a006

View File

@ -52,8 +52,8 @@ namespace SourceMod
enum ResultType
{
Pl_Continue = 0, /**< No result */
Pl_Handled = 1, /**< Result was handled, stop at the end */
Pl_Stop = 2, /**< Result was handled, stop now */
Pl_Handled = 3, /**< Result was handled, stop at the end */
Pl_Stop = 4, /**< Result was handled, stop now */
};
/**