[Scummvm-git-logs] scummvm master -> 33ba49a53ef6ae97911ac99121989436f3f481d0

athrxx noreply at scummvm.org
Sat May 4 16:40:57 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
33ba49a53e SCUMM: hopefully fix NDS build failure


Commit: 33ba49a53ef6ae97911ac99121989436f3f481d0
    https://github.com/scummvm/scummvm/commit/33ba49a53ef6ae97911ac99121989436f3f481d0
Author: athrxx (athrxx at scummvm.org)
Date: 2024-05-04T18:40:19+02:00

Commit Message:
SCUMM: hopefully fix NDS build failure

Changed paths:
    engines/scumm/scumm.h


diff --git a/engines/scumm/scumm.h b/engines/scumm/scumm.h
index 674b4f2f0cd..d4dc6c8f06d 100644
--- a/engines/scumm/scumm.h
+++ b/engines/scumm/scumm.h
@@ -1915,7 +1915,7 @@ protected:
 	void towns_updateGfx() {}
 	void towns_waitForScroll(int waitForDirection, int threshold = 0) {}
 	void towns_fillTopLayerRect(int x1, int y1, int x2, int y2, int col) {}
-	void towns_swapVirtScreenArea(VirtScreen *vs, int x, int y, int w, int h);
+	void towns_swapVirtScreenArea(VirtScreen *vs, int x, int y, int w, int h) {}
 #endif // DISABLE_TOWNS_DUAL_LAYER_MODE
 };
 




More information about the Scummvm-git-logs mailing list