File tree 2 files changed +12
-9
lines changed
2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -495,6 +495,7 @@ stats w = 0.375
495
495
stats h = 0.4275
496
496
# Stats window pin status
497
497
stats pin = false
498
+ stats hidden = false
498
499
499
500
# Spells window displaying powers, spells, and magical items.
500
501
spells x = 0.625
@@ -503,6 +504,7 @@ spells w = 0.375
503
504
spells h = 0.4275
504
505
# Spells window pin status
505
506
spells pin = false
507
+ spells hidden = false
506
508
507
509
# Local and world map window.
508
510
map x = 0.625
@@ -511,6 +513,15 @@ map w = 0.375
511
513
map h = 0.5725
512
514
# Map window pin status
513
515
map pin = false
516
+ map hidden = false
517
+
518
+ # Player inventory window when explicitly opened.
519
+ inventory x = 0.0
520
+ inventory y = 0.4275
521
+ inventory w = 0.6225
522
+ inventory h = 0.5725
523
+ inventory pin = false
524
+ inventory hidden = false
514
525
515
526
# Dialog window for talking with NPCs.
516
527
dialogue x = 0.095
@@ -530,14 +541,6 @@ console y = 0.0
530
541
console w = 1.0
531
542
console h = 0.5
532
543
533
- # Player inventory window when explicitly opened.
534
- inventory x = 0.0
535
- inventory y = 0.4275
536
- inventory w = 0.6225
537
- inventory h = 0.5725
538
- # Inventory window pin status
539
- inventory pin = false
540
-
541
544
# Player inventory window when searching a container.
542
545
inventory container x = 0.0
543
546
inventory container y = 0.4275
Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ set(OPENMW_COMMON
470
470
-DMyGUI_LIBRARY=${prefix} /lib/libMyGUIEngineStatic.a
471
471
)
472
472
set (OPENMW_PATCH
473
- patch -d <SOURCE_DIR> -p1 -t -N < ${CMAKE_SOURCE_DIR} /patches/openmw-revert-ui-dimensions.patch &&
473
+ # patch -d <SOURCE_DIR> -p1 -t -N < ${CMAKE_SOURCE_DIR}/patches/openmw-revert-ui-dimensions.patch &&
474
474
patch -d <SOURCE_DIR> -p1 -t -N < ${CMAKE_SOURCE_DIR} /patches/openmw-add-simpler-collisions-option.patch &&
475
475
patch -d <SOURCE_DIR> -p1 -t -N < ${CMAKE_SOURCE_DIR} /patches/openmw-shadows-red-sky.patch &&
476
476
patch -d <SOURCE_DIR> -p1 -t -N < ${CMAKE_SOURCE_DIR} /patches/openmw-mouse-visibility.patch &&
You can’t perform that action at this time.
0 commit comments