1
0
forked from 0ad/0ad

removed hard-coded constants to use the ones registered by the engine... pending a complete revamp that doesnt use SDL constants (yech!) all

This was SVN commit r2413.
This commit is contained in:
Simon Brenner 2005-06-20 15:17:48 +00:00
parent 7577d224a6
commit 1975a047c5

View File

@ -317,13 +317,6 @@ function FlipGUI(NewGUIType)
// ====================================================================
// Unpleasant system-dependent hack. The input system should be fixed...
var SDL_BUTTON_LEFT = 0;
var SDL_BUTTON_RIGHT = 1;
var SDL_BUTTON_MIDDLE = 2;
var SDL_BUTTON_WHEELUP = 3;
var SDL_BUTTON_WHEELDOWN = 4;
function selectEntity(handler)
{
endSelection();