Detect R and start game on menu

This commit is contained in:
eray orçunus 2020-05-28 12:46:51 +03:00
parent 98a97a32fa
commit e6401bce18
3 changed files with 28 additions and 11 deletions

View file

@ -521,3 +521,7 @@ extern bool doingMissionRetry;
uint32 AddExtraDeathDelay();
void RetryMission(int, int);
#endif
#ifdef USE_DEBUG_SCRIPT_LOADER
extern int scriptToLoad;
#endif