- fix comment

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1306 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
thebohemian 2007-11-26 14:40:07 +00:00
parent 44a2338368
commit dc22e1268b

View File

@ -929,8 +929,8 @@ int WidgetManager::handle_pointer(const int X, const int Y )
return WGT_NONE; return WGT_NONE;
} }
/** The handle_*() function stores the current widget under the cursor /** The handle_<direction>() function stores the current widget under
* after receiving input from a key. * the cursor after receiving input from a key.
*/ */
int int
WidgetManager::handle_left() WidgetManager::handle_left()