From 4f1101a006ae5ef5a4d23bd1601e540478c1fb0b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 13 Feb 2007 03:19:59 +0000 Subject: [PATCH] changed these numbers for future expandability --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40487 --- public/IForwardSys.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/IForwardSys.h b/public/IForwardSys.h index 63e8c5db..97ed2b9a 100644 --- a/public/IForwardSys.h +++ b/public/IForwardSys.h @@ -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 */ }; /**