ViewVC Help
| View Changeset | Root Listing
root/RomCheater
Jump to revision: Previous Next
Author: william
Date: Tue May 28 11:08:26 2013 UTC (10 years, 6 months ago)
Log Message:
+ stop complaining about exception variables not being used:  changed from 'throw;' to 'throw ex;'
+ comment-out currently unsued variables:
 FloatingMemorySearcher.cs:
  static int col_Found_Frozen = 3;
  static int col_Added_Frozen = 3;
 MemoryScanner.cs:
  SafeWaitHandle m_hProcess;

Changed paths