#include <stdlib.h>#include "inferno.h"#include "game.h"#include "vecmat.h"#include "key.h"#include "joy.h"#include "object.h"#include "error.h"#include "physics.h"#include "joydefs.h"#include "kconfig.h"Defines | |
| #define | JOY_NULL 15 |
| #define | ROT_SPEED 8 |
| #define | VEL_SPEED (2*55) |
Functions | |
| int | slew_stop () |
| void | slew_init (object *obj) |
| void | slew_reset_orient () |
| int | do_slew_movement (object *obj, int check_keys, int check_joy) |
| int | slew_frame (int check_keys) |
Variables | |
| object * | slew_obj = NULL |
| short | old_joy_x |
| short | old_joy_y |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6