1 |
|
/* |
2 |
|
* C64_Amiga.h - Put the pieces together, Amiga specific stuff |
3 |
|
* |
4 |
< |
* Frodo (C) 1994-1997,2002-2003 Christian Bauer |
4 |
> |
* Frodo (C) 1994-1997,2002-2004 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
227 |
|
* joystick preferences |
228 |
|
*/ |
229 |
|
|
230 |
< |
void C64::open_close_joysticks(bool oldjoy1, bool oldjoy2, bool newjoy1, bool newjoy2) |
230 |
> |
void C64::open_close_joysticks(int oldjoy1, int oldjoy2, int newjoy1, int newjoy2) |
231 |
|
{ |
232 |
|
if (game_open && (oldjoy2 != newjoy2)) |
233 |
|
|