comparison 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
comparison
equal deleted inserted replaced
53:8cefb65577cc 54:95677f648a2c
77 { 77 {
78 pEnvironment = pInstance; 78 pEnvironment = pInstance;
79 nState = BotState_Idle; 79 nState = BotState_Idle;
80 nColor = D3DCOLOR_XRGB(0, 255, 0); 80 nColor = D3DCOLOR_XRGB(0, 255, 0);
81 81
82 kMachine.RemoveAllFunctions(); 82 //kMachine.RemoveAllFunctions();
83 } 83 }
84 84
85 /* 85 /*
86 * Reset 86 * Reset
87 */ 87 */