diff LightClone/Source/Bot.cpp @ 54:95677f648a2c VirtualMachine Mk2

Refactored VirtualMachine
author koryspansel
date Fri, 30 Sep 2011 18:37:54 -0700
parents 91e927584f92
children b0f642ee22d3
line wrap: on
line diff
--- a/LightClone/Source/Bot.cpp	Fri Sep 30 15:23:16 2011 -0700
+++ b/LightClone/Source/Bot.cpp	Fri Sep 30 18:37:54 2011 -0700
@@ -79,7 +79,7 @@
 	nState			= BotState_Idle;
 	nColor			= D3DCOLOR_XRGB(0, 255, 0);
 
-	kMachine.RemoveAllFunctions();
+	//kMachine.RemoveAllFunctions();
 }
 
 /*