fixed code to compile with current gcc and 64-bit systems
[rocksndiamonds.git] / src / editor.h
index d01f813653cf0931d2875e1f4f098580701cf69a..b929fbd99f04f9fa99f9216323aeebd30a347b62 100644 (file)
@@ -300,8 +300,8 @@ void DrawLevelEd(void);
 void ScrollMiniLevel(int, int, int);
 void LevelEd(int, int, int);
 void LevelNameTyping(KeySym);
-void DrawEditButton(unsigned long state);
-void DrawCtrlButton(unsigned long state);
+void DrawEditButton(unsigned int state);
+void DrawCtrlButton(unsigned int state);
 void DrawElemButton(int, int);
 void DrawCountButton(int, int);
 int CheckEditButtons(int, int, int);