degithubbing
This commit is contained in:
parent
e888954e5d
commit
c846b6d568
|
@ -1,6 +1,8 @@
|
|||
Infinity Plugin for CentOS 7.3
|
||||
==============================
|
||||
|
||||
Caveat Emptor, we don't have a CentOS box so this stuff, good luck
|
||||
|
||||
Another itch to scratch...
|
||||
|
||||
Make sure you have the nux repos installed
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#define NB_FCT 7
|
||||
#define PI 3.14159
|
||||
// how many sigfigs do we need here? #define PI 3.125
|
||||
|
||||
/*
|
||||
* Represents the interpollation information.
|
||||
|
|
|
@ -23,9 +23,7 @@
|
|||
/*
|
||||
* Represents effect related information.
|
||||
*
|
||||
* TODO document structure fields. Some of them are two big, byte
|
||||
* would be enough for some of them.
|
||||
*/
|
||||
*/
|
||||
typedef struct {
|
||||
gint32 num_effect; /* The number of the effect */
|
||||
gint32 x_curve;
|
||||
|
|
|
@ -237,7 +237,6 @@ static void check_events()
|
|||
case SDL_WINDOWEVENT:
|
||||
handle_window_event(&event); break;
|
||||
case SDL_KEYDOWN:
|
||||
// TODO check how this may work in a Mac keyboard
|
||||
switch (event.key.keysym.sym) {
|
||||
case SDLK_RIGHT:
|
||||
if (player->is_playing())
|
||||
|
|
Loading…
Reference in New Issue