mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
arg, committed debug code again
This commit is contained in:
parent
51cd2fc69a
commit
9f56ee80c6
1 changed files with 0 additions and 5 deletions
|
@ -34,9 +34,6 @@
|
||||||
#include "gui/Slider.h"
|
#include "gui/Slider.h"
|
||||||
#include "options_util.h"
|
#include "options_util.h"
|
||||||
|
|
||||||
void ()traceon=#0;
|
|
||||||
void ()traceoff=#0;
|
|
||||||
|
|
||||||
@implementation CvarToggle
|
@implementation CvarToggle
|
||||||
|
|
||||||
-(id)initWithCvar:(string)cvname
|
-(id)initWithCvar:(string)cvname
|
||||||
|
@ -92,10 +89,8 @@ void ()traceoff=#0;
|
||||||
|
|
||||||
-(void)toggle
|
-(void)toggle
|
||||||
{
|
{
|
||||||
traceon();
|
|
||||||
[toggle toggle];
|
[toggle toggle];
|
||||||
[self update];
|
[self update];
|
||||||
traceoff();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in a new issue