mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 16:35:20 +00:00
TINSEL: Removed an unused global variable
This commit is contained in:
parent
41706cb4d9
commit
3d1dcefd46
@ -84,7 +84,7 @@ extern bool bNoPause;
|
||||
|
||||
// In DOS_MAIN.C
|
||||
// TODO/FIXME: From dos_main.c: "Only used on PSX so far"
|
||||
int clRunMode = 0;
|
||||
//int clRunMode = 0;
|
||||
|
||||
//----------------- EXTERNAL FUNCTIONS ---------------------
|
||||
|
||||
@ -2490,7 +2490,7 @@ void ResumeLastGame() {
|
||||
* Returns the current run mode
|
||||
*/
|
||||
static int RunMode() {
|
||||
return clRunMode;
|
||||
return 0; //clRunMode;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user