diff options
| author | Steven Fuller <relnev@icculus.org> | 2008-05-04 15:17:55 -0700 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 9b449609fac7b23f2f9655ce2d766f1f56679ba4 (patch) | |
| tree | 437781bff4f72b2d4bd3220f657a58ef516c18b5 /src/module.c | |
| parent | 361c1319328308341d00a8c6dacc28e6096dd041 (diff) | |
Removed SupportWindows95 and platform_pc macros.
Diffstat (limited to 'src/module.c')
| -rw-r--r-- | src/module.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/module.c b/src/module.c index b181a2b..4df7af1 100644 --- a/src/module.c +++ b/src/module.c @@ -481,9 +481,7 @@ void AllocateModuleObject(MODULE *mptr) /* Added Name to DISPLAYBLOCK */ - #if SupportWindows95 dptr->name = mptr->name; - #endif MapPostProcessing(dptr); |
