diff options
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Makefile.in b/Game/Code/Makefile.in index 3c5945e2..3e302bd5 100644 --- a/Game/Code/Makefile.in +++ b/Game/Code/Makefile.in @@ -88,7 +88,7 @@ PDEFINES = -dLCL # The user can overwrite the default flags with
# make PFLAGS="myflags"
-PFLAGS = -S2dgi
+PFLAGS = -S2gi
# the user's flags (specified with configure) must be the last in
# the list to overwrite the defaults (e.g.with the - option: -Xs-).
PFLAGS += @PFLAGS@
|