Mercurial > hg > openttd
diff src/main_gui.cpp @ 17066:21cc53f6368d draft
(svn r21803) -Cleanup: Remove unnecessary semicolons.
author | terkhen <terkhen@openttd.org> |
---|---|
date | Sat, 15 Jan 2011 15:36:58 +0000 |
parents | 1e94199f85d6 |
children | f89e4ac875e8 |
line wrap: on
line diff
--- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -424,7 +424,7 @@ this->viewport->scrollpos_y += ScaleByZoom(delta.y, vp->zoom); this->viewport->dest_scrollpos_x = this->viewport->scrollpos_x; this->viewport->dest_scrollpos_y = this->viewport->scrollpos_y; - }; + } virtual void OnMouseWheel(int wheel) {