1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-13 09:39:10 +00:00

Codechange: make clear that SSE is a flag you can switch

This commit is contained in:
Patric Stout
2019-03-10 16:36:19 +01:00
parent 75a86d8460
commit dcc5183dd0
3 changed files with 5 additions and 5 deletions

View File

@@ -179,7 +179,7 @@ Sub load_main_data(filename, ByRef vcxproj, ByRef filters, ByRef files)
line = "MSVC" Or _
line = "DIRECTMUSIC" Or _
line = "AI" Or _
line = "SSE" Or _
line = "USE_SSE" Or _
line = "USE_THREADS" _
) Then skip = skip + 1
deep = deep + 1