changed these numbers for future expandability
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40487
This commit is contained in:
parent
c5316168de
commit
4f1101a006
@ -52,8 +52,8 @@ namespace SourceMod
|
|||||||
enum ResultType
|
enum ResultType
|
||||||
{
|
{
|
||||||
Pl_Continue = 0, /**< No result */
|
Pl_Continue = 0, /**< No result */
|
||||||
Pl_Handled = 1, /**< Result was handled, stop at the end */
|
Pl_Handled = 3, /**< Result was handled, stop at the end */
|
||||||
Pl_Stop = 2, /**< Result was handled, stop now */
|
Pl_Stop = 4, /**< Result was handled, stop now */
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user