src/dedicated.cpp
branchcpp_gui
changeset 6268 4b5241e5dd10
parent 5835 e0ff603ae0b7
child 6298 c30fe89622df
child 6558 384bfec543ac
equal deleted inserted replaced
6267:7c8ec33959b1 6268:4b5241e5dd10
     1 /* $Id$ */
     1 /* $Id$ */
       
     2 
       
     3 /** @file dedicated.cpp */
     2 
     4 
     3 #include "stdafx.h"
     5 #include "stdafx.h"
     4 
     6 
     5 #ifdef ENABLE_NETWORK
     7 #ifdef ENABLE_NETWORK
     6 
     8 
    41 			}
    43 			}
    42 			break;
    44 			break;
    43 		}
    45 		}
    44 
    46 
    45 		default:
    47 		default:
    46 			// We're the parent
    48 			/* We're the parent */
    47 			printf("Loading dedicated server...\n");
    49 			printf("Loading dedicated server...\n");
    48 			printf("  - Forked to background with pid %d\n", pid);
    50 			printf("  - Forked to background with pid %d\n", pid);
    49 			exit(0);
    51 			exit(0);
    50 	}
    52 	}
    51 }
    53 }