Quote:
Notice the tab named "Farming." I can only assume that tab has the info you requested, Norelco, but I would think my guess is as good as any.
Correct ^.^, along with Chocobo Digging & some other Misc. stuff.
if(FAILED( hr = pDev->TestCooperativeLevel() ))
{
switch(hr)
{
case D3DERR_DEVICELOST:
// Device isn't available. Exit function and do other stuff
// until the device is available again.
return;
case D3DERR_DEVICENOTRESET:
// Call some code that resets the device,
// and restores all device resources (vertex/index buffers, etc.)
}
else
{
// Code that renders everything...
}_____________________________________________ if(FAILED( hr = pDev->TestCooperativeLevel() ))
{
// Call function that pisses and moans about losing full screen,
// then rudely forces FFXI to punt the player out of the game,
// probably killing his party and losing the claim on a 24 hour HNM, all because
// his anti-virus software popped up a dialog box warning him
// that some jackass is trying to send him a trojan through Yahoo instant messenger.
}
else
{
// Code that renders everything...
}