Changeset 2491 for trunk/MagicSoft/Mars/mars.cc
- Timestamp:
- 11/10/03 11:25:13 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mars.cc
r2456 r2491 76 76 int main(int argc, char **argv) 77 77 { 78 #ifdef HAVE_XPM79 MLogo logo;80 logo.Popup();81 #endif82 83 78 StartUpMessage(); 84 79 … … 121 116 else 122 117 gLog.SetDebugLevel(2); 118 119 #ifdef HAVE_XPM 120 MLogo logo; 121 logo.Popup(); 122 #endif 123 123 124 124 //
Note:
See TracChangeset
for help on using the changeset viewer.