mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 18:31:37 +00:00
LAB: Fix regression
This commit is contained in:
parent
b8da3f2bc2
commit
500bb493f6
@ -275,7 +275,7 @@ bool setUpScreens(void) {
|
||||
/* Creates the gadgets for the movement control panel */
|
||||
y = VGAScaleY(173) - SVGACord(2);
|
||||
|
||||
if (g_lab->getPlatform() != Common::kPlatformWindows) {
|
||||
if (g_lab->getPlatform() == Common::kPlatformWindows) {
|
||||
MoveGadgetList = createButton(VGAScaleX(1), y, 0, 't', MoveImages[0], MoveImages[1]);
|
||||
curgad = MoveGadgetList;
|
||||
curgad->NextGadget = createButton(VGAScaleX(33), y, 1, 'm', MoveImages[2], MoveImages[3]);
|
||||
|
@ -48,11 +48,6 @@ static uint32 buffersize, realbuffersize;
|
||||
uint32 ReadSoFar;
|
||||
bool ReadIsError, ReadIsDone;
|
||||
|
||||
|
||||
#if defined(WIN32)
|
||||
#define stat _stat
|
||||
#endif
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Returns the size of a file. */
|
||||
/*****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user