as per raster's request, return values as ints

SVN revision: 11296
This commit is contained in:
atmosphere 2004-08-22 02:18:39 +00:00 committed by atmosphere
parent 027a3e9254
commit 09b36c3b5f
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ native get_color_class (class[], &r, &g, &b, &a);
native set_color_class (class[], r, g, b, a);
native set_text_class (class[], font[], Float:size);
native get_text_class (class[], font[], &Float:size);
native get_geometry (part_id, &Float:x, &Float:y, &Float:w, &Float:h);
native get_geometry (part_id, &x, &y, &w, &h);
native get_mouse (&x, &y);
native stop_program (program_id);
native stop_programs_on (part_id);