Reset Offset640X and Offset480Y

This commit is contained in:
jsalmon3 2002-06-18 20:20:19 +00:00
parent 3f15a611f2
commit 3b75632df4

View file

@ -105,6 +105,9 @@ global void InitUserInterface(const char *race_name)
// ARI: Yes, it does :(((
TheUI=*UI_Table[best];
TheUI.Offset640X = (VideoWidth - 640) / 2;
TheUI.Offset480Y = (VideoHeight - 480) / 2;
//
// Calculations
//