summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 5bc3e7625..768bb5602 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -1576,8 +1576,9 @@ void the_game(
inventoryloc.setCurrentPlayer();
menu->setFormSpec(
- "invsize[8,7;]"
- "list[current_player;main;0,3;8,4;]"
+ "invsize[8,7.5;]"
+ //"image[1,0.6;1,2;player.png]"
+ "list[current_player;main;0,3.5;8,4;]"
"list[current_player;craft;3,0;3,3;]"
"list[current_player;craftpreview;7,1;1,1;]"
, inventoryloc);