Changeset 112 for abuse/trunk/src/cop.cpp
- Timestamp:
- Mar 16, 2008, 12:52:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/cop.cpp
r106 r112 671 671 if (!o->controller() || o->controller()->key_down(JK_SPACE)) 672 672 { 673 eval_function((lisp_symbol *)l_restart_player,NULL); // call teh user function to reset the player 673 // call the user function to reset the player 674 eval_function((lisp_symbol *)l_restart_player,NULL); 674 675 o->controller()->reset_player(); 675 676 o->set_aistate(0); … … 1054 1055 y+=fnt->height(); 1055 1056 1056 screen->wi get_bar(x,y+2,x+strlen(header_str)*fnt->width(),y+fnt->height()-3,1057 screen->widget_bar(x,y+2,x+strlen(header_str)*fnt->width(),y+fnt->height()-3, 1057 1058 wm->bright_color(),wm->medium_color(),wm->dark_color()); 1058 1059 y+=fnt->height();
Note: See TracChangeset
for help on using the changeset viewer.