Changeset 60 for abuse/trunk/src/dev.cpp
- Timestamp:
- Mar 2, 2008, 4:41:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/dev.cpp
r56 r60 195 195 } 196 196 197 void show_object_number (game_object *who)197 static void show_object_number (game_object *who) 198 198 { 199 199 int total=0,number=0; … … 214 214 215 215 216 void single_render()216 static void single_render() 217 217 { 218 218 // enlarge clip area … … 226 226 } 227 227 228 void double_render()228 static void double_render() 229 229 { 230 230 small_render_on=1; … … 330 330 } 331 331 332 void load_dev_icons()332 static void load_dev_icons() 333 333 { 334 334 char const *artf="art/dev.spe"; … … 545 545 } 546 546 547 light_source *find_light(int32_t x, int32_t y)547 static light_source *find_light(int32_t x, int32_t y) 548 548 { 549 549 image *i=cash.img(light_buttons[0]); … … 707 707 } 708 708 709 int get_omenu_item(int x)709 static int get_omenu_item(int x) 710 710 { 711 711 for (int i=0;i<total_objects;i++) … … 3367 3367 } 3368 3368 3369 int get_char_mem(int type, int print)3369 static int get_char_mem(int type, int print) 3370 3370 { 3371 3371 int t=0;
Note: See TracChangeset
for help on using the changeset viewer.