X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Feditor.h;h=b929fbd99f04f9fa99f9216323aeebd30a347b62;hp=d01f813653cf0931d2875e1f4f098580701cf69a;hb=c27d6982a3c8e3ce85d4c974af6465f5cf1855b0;hpb=d0893e6987c21c25ec137438a18cfe1288362139 diff --git a/src/editor.h b/src/editor.h index d01f8136..b929fbd9 100644 --- a/src/editor.h +++ b/src/editor.h @@ -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);