1
0
forked from mirrors/0ad

Fixed warnings

This was SVN commit r2319.
This commit is contained in:
Ykkrosh
2005-05-18 21:19:56 +00:00
parent 3a255148dc
commit f1e9bf6227
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -12,7 +12,7 @@
#undef ALLNETMSGS_DONT_CREATE_NMTS
class CCommand;
class CEntityList;
struct CEntityList;
/**
* The base class for network messages