mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-26 22:52:12 +00:00
Changed hotkey handling for groups and bookmarks; small pathfinding fixes.
This was SVN commit r809.
This commit is contained in:
@@ -106,7 +106,7 @@ JSBool JSI_Selection::isValidContextOrder( JSContext* context, JSObject* obj, un
|
||||
|
||||
JSBool JSI_Selection::getContextOrder( JSContext* context, JSObject* obj, jsval id, jsval* vp )
|
||||
{
|
||||
*vp = g_Selection.m_contextOrder;
|
||||
*vp = INT_TO_JSVAL( g_Selection.m_contextOrder );
|
||||
return( JS_TRUE );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user