Author: sapient
Date: Sat Apr 21 21:45:45 2007
New Revision: 16959
URL: http://svn.gna.org/viewcvs/wesnoth?rev=16959&view=rev
Log:
fix struct/class mismatch
Modified:
trunk/src/editor/editor.cpp
Modified: trunk/src/editor/editor.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/editor/editor.cpp?rev=16959&r1=16958&r2=16959&view=diff
==============================================================================
--- trunk/src/editor/editor.cpp (original)
+++ trunk/src/editor/editor.cpp Sat Apr 21 21:45:45 2007
@@ -377,7 +377,7 @@
}
if (scrollx != 0 || scrolly != 0) {
- struct CKey pressed;
+ CKey pressed;
// Alt + mousewheel do an 90° rotation on the scroll direction
if (pressed[SDLK_LALT] || pressed[SDLK_RALT])
gui_.scroll(scrolly,scrollx);
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits