Search:

Type: Posts; User: laserlight

Search: Search took 0.28 seconds.

  1. If you want to do it that way, then you should...

    If you want to do it that way, then you should pass gameover by reference. Personally, I would prefer to return a value because it might not be necessary to have the gameover variable to begin with,...
  2. It seems to me that ask_rematch should return a...

    It seems to me that ask_rematch should return a bool, and this value is then assigned to gameover. There is no need to pass gameover to ask_rematch because if you are calling ask_rematch, then...
Results 1 to 2 of 2