(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:
darkvater
2005-02-07 19:45:08 +00:00
parent 034dac2c85
commit dda3e0fb4a
5 changed files with 12 additions and 4 deletions

View File

@@ -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 {