mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-04 07:41:58 +00:00
LAB: Disable startup warning about hi/low res mode
This commit is contained in:
parent
31ef4866a7
commit
ccb3390f09
@ -1398,10 +1398,12 @@ void LabEngine::go() {
|
||||
|
||||
IsHiRes = ((getFeatures() & GF_LOWRES) == 0);
|
||||
|
||||
#if 0
|
||||
if (IsHiRes)
|
||||
warning("Running in HiRes mode");
|
||||
else
|
||||
warning("Running in LowRes mode");
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
for (counter = 1; counter < argc; counter++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user