Yeah, change all the string parameters of functions to const string.... see the beta thread for CJ's explanation
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Andail on Mon 05/09/2005 21:58:28
I will always condemn the use of atomic bombs no matter the pretexts, and I'm rather suprised that so many people still defend it. But well, we look at it differently.
Quote from: monkey_05_06 on Mon 05/09/2005 11:25:14Code: ags else if (button == eMouseLeftInv) { inventory[player.ActiveInventory.ID].RunInteraction(eModeInteract); } else if (button == eMouseRightInv) { inventory[player.ActiveInventory.ID].RunInteraction(eModeLookat); }
else if (button == eMouseLeftInv) {
player.ActiveInventory.RunInteraction(eModeInteract);
}
else if (button == eMouseRightInv) {
player.ActiveInventory.RunInteraction(eModeLookat);
}
Quote from: Darth Mandarb on Thu 01/09/2005 20:03:35
I have sort of (since the late, great TechTV was shit on by G4)
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.865 seconds with 15 queries.