Changeset 8858 for code/trunk/src/modules/pong
- Timestamp:
- Aug 23, 2011, 12:45:53 AM (13 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:ignore
-
old new 1 1 build 2 2 codeblocks 3 vs 3 4 dependencies
-
- Property svn:mergeinfo changed
/code/branches/output (added) merged: 8739-8740,8765,8771-8772,8774-8780,8787-8789,8794-8799,8801,8803-8812,8814,8816-8817,8820,8822,8825-8837,8840,8844,8846,8848-8850,8853-8854
- Property svn:ignore
-
code/trunk/src/modules/pong/Pong.cc
r8108 r8858 162 162 else // If no centerpoint was specified, an error is thrown and the level is exited. 163 163 { 164 COUT(1) << "Error: No Centerpoint specified." << std::endl;164 orxout(internal_error) << "Pong: No Centerpoint specified." << endl; 165 165 GSLevel::startMainMenu(); 166 166 return;
Note: See TracChangeset
for help on using the changeset viewer.