LAB: Fix regression

This commit is contained in:
Eugene Sandulenko 2014-12-28 16:53:41 +01:00
parent b8da3f2bc2
commit 500bb493f6
2 changed files with 1 additions and 6 deletions

View File

@ -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]);

View File

@ -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. */
/*****************************************************************************/