(svn r1845) - Revert r1835 since it totally screws network compiling
- Fix: fix some VS.NET warnings - Add missing file to VS.NET project file
This commit is contained in:
@@ -420,7 +420,7 @@ static void DrawStationViewWindow(Window *w)
|
||||
|
||||
if (b == &_userstring[3]) {
|
||||
b[0] = 0x81;
|
||||
b[1] = STR_00D0_NOTHING;
|
||||
b[1] = (char)STR_00D0_NOTHING;
|
||||
b[2] = STR_00D0_NOTHING >> 8;
|
||||
b[3] = 0;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user