| 77 | } |
| 78 | |
| 79 | void LocationZoomer::WriteCurrentLocation(char key) |
| 80 | { |
| 81 | mLocations[key].mZoomLevel = gDrawScale; |
| 82 | mLocations[key].mOffset = TheSynth->GetDrawOffset(); |
| 83 | } |
| 84 | |
| 85 | bool LocationZoomer::HasLocation(char key) |
| 86 | { |
no test coverage detected