| 1058 | // simulation |
| 1059 | |
| 1060 | void CStaticMapArcadeViewer::Center() |
| 1061 | { |
| 1062 | ArcadeUnitInfo* uInfo = _template->FindPlayer(); |
| 1063 | Point3 pt = _defaultCenter; |
| 1064 | if (uInfo) |
| 1065 | { |
| 1066 | pt = uInfo->position; |
| 1067 | } |
| 1068 | CStaticMap::Center(pt); |
| 1069 | } |
| 1070 | |
| 1071 | Vector3 GClipboardPos; |
| 1072 |
no test coverage detected