forked from mirrors/0ad
Fixed warnings
This was SVN commit r2319.
This commit is contained in:
@@ -789,7 +789,7 @@ int interactInputHandler( const SDL_Event* ev )
|
||||
static u8 clicks[5] = {0, 0, 0, 0, 0};
|
||||
|
||||
static u16 button_down_x, button_down_y;
|
||||
static float button_down_time;
|
||||
static double button_down_time;
|
||||
static bool button_down = false;
|
||||
|
||||
if (customSelectionMode && ev->type != SDL_MOUSEBUTTONUP)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#undef ALLNETMSGS_DONT_CREATE_NMTS
|
||||
|
||||
class CCommand;
|
||||
class CEntityList;
|
||||
struct CEntityList;
|
||||
|
||||
/**
|
||||
* The base class for network messages
|
||||
|
||||
Reference in New Issue
Block a user