get rid of unused m_verbose field

remove-scene-viewer
Justin Clark-Casey (justincc) 2011-11-01 21:18:28 +00:00
parent 12bd0ebd34
commit 53f3b76a84
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ namespace pCampBot
protected CommandConsole m_console;
protected List<PhysicsBot> m_lBot;
protected bool m_verbose = true;
protected Random somthing = new Random(Environment.TickCount);
protected int numbots = 0;
public IConfig Config { get; private set; }