mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 01:47:39 +00:00
added some missing guards for CAP_RACING and CAP_COMMANDLINE
This commit is contained in:
@@ -753,6 +753,7 @@ EX void initConfig() {
|
||||
}
|
||||
|
||||
EX void get_actions() {
|
||||
#if !ISMOBILE
|
||||
const Uint8 *keystate = SDL12_GetKeyState(NULL);
|
||||
|
||||
for(int i=0; i<NUMACT; i++)
|
||||
@@ -787,6 +788,7 @@ EX void get_actions() {
|
||||
axespressed[scfg.axeaction[j][b] % SHMUPAXES] += value;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user