Error in new particle deflector buttons; wrong type! Doesn't anyone

check warnings, eh! :)

space.c error is mine though... warning too!
This commit is contained in:
2004-07-26 21:32:56 +00:00
parent 3d299a5dce
commit 0437f23008
5 changed files with 208 additions and 315 deletions

View File

@@ -154,7 +154,6 @@ extern void StartKetsjiShell(ScrArea *area, char* startscenename, struct Main* m
*/
void space_mipmap_button_function(int event);
unsigned short convert_for_nonumpad(unsigned short event);
void free_soundspace(SpaceSound *ssound);
/* *************************************** */
@@ -1679,7 +1678,7 @@ void winqreadipospace(ScrArea *sa, void *spacedata, BWinEvent *evt)
switch(event) {
case UI_BUT_EVENT:
/* note: bad bad code, will be cleaned! is because event queues are all shattered */
if(val>0 && val < 51) do_ipowin_buts(val-1);
if(val>0 && val < 65) do_ipowin_buts(val-1);
else do_ipobuts(val);
break;