Changeset - r82:1e3c017ffded
[Not reviewed]
master
0 1 0
darkvater - 20 years ago 2004-08-19 11:36:29
darkvater@openttd.org
(svn r83) -VS(.NET) crashes if SpecialBuild in ttd.rc is "\0". Go figure :S
1 file changed with 1 insertions and 1 deletions:
ttd.rc
1
1
0 comments (0 inline, 0 general)
ttd.rc
Show inline comments
 
@@ -87,7 +87,7 @@ BEGIN
 
            VALUE "PrivateBuild", "\0"
 
            VALUE "ProductName", "OpenTTD\0"
 
            VALUE "ProductVersion", "0.3.3.0\0"
 
            VALUE "SpecialBuild", "\0"
 
            VALUE "SpecialBuild", "-\0"
 
        END
 
    END
 
    BLOCK "VarFileInfo"
0 comments (0 inline, 0 general)