* Changes the current time of the game. * @param time Game time. */
| 733 | * @param time Game time. |
| 734 | */ |
| 735 | void SavedGame::setTime(GameTime time) |
| 736 | { |
| 737 | _time = new GameTime(time); |
| 738 | } |
| 739 | |
| 740 | /** |
| 741 | * Returns the latest ID for the specified object |
no outgoing calls
no test coverage detected