From c2784feb715aaa30fba94a7dfb8f261e7be6f2e9 Mon Sep 17 00:00:00 2001 From: Pavol Marko Date: Thu, 22 Apr 2004 07:47:55 +0000 Subject: [PATCH] moved pause/unpause to .cpp file --- amxmodx/CPlugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amxmodx/CPlugin.h b/amxmodx/CPlugin.h index 62d65aa5..82c6d461 100755 --- a/amxmodx/CPlugin.h +++ b/amxmodx/CPlugin.h @@ -85,8 +85,8 @@ public: inline bool isPaused() const { return ( (status == ps_paused) || (status == ps_stopped)); } inline bool isFunctionPaused( int id ) const { return (paused_fun & (1<