call this to set the game mode
| 901 | |
| 902 | // call this to set the game mode |
| 903 | void SetGameMode(int mode) { |
| 904 | // do any gamemode specific code here. |
| 905 | |
| 906 | Game_mode = mode; |
| 907 | } |
| 908 | |
| 909 | /////////////////////////////////////////////////////////////////////////////// |
| 910 | // Sets screen mode |
no outgoing calls
no test coverage detected