Skip to content

Commit

Permalink
dialog fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Oct 11, 2015
1 parent d108a8d commit 080643e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spawn/gui/_dialogs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class russianSupplyGUI
idc = 1101;
text = "<t align='center'>lade...</t>";
x = -3.5 * GUI_GRID_W + GUI_GRID_X;
y = 11 * GUI_GRID_H + GUI_GRID_Y;
y = 10 * GUI_GRID_H + GUI_GRID_Y;
w = 6.5 * GUI_GRID_W;
h = 1 * GUI_GRID_H;
colorBackground[] = {-1,-1,-1,0};
Expand Down

0 comments on commit 080643e

Please sign in to comment.