mirror of
https://github.com/diasurgical/devilution.git
synced 2026-06-20 05:46:12 +00:00
Replace magic number 352 with VIEWPORT_HEIGHT (#1232)
This commit is contained in:
+1
-1
@@ -539,7 +539,7 @@ void SetDungeonMicros()
|
||||
|
||||
if (zoomflag) {
|
||||
scr_pix_width = 640;
|
||||
scr_pix_height = 352;
|
||||
scr_pix_height = VIEWPORT_HEIGHT;
|
||||
dword_5C2FF8 = 10;
|
||||
dword_5C2FFC = 11;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user