Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 25, 2011, 10:56:31 PM (13 years ago)
Author:
jo
Message:

On the way to a multiplayer gametype basceclass.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gamecontent/src/modules/pong/Pong.cc

    r8900 r8904  
    293293            std::string message(name1 + " has won!");
    294294            ChatManager::message(message);
    295 this->tick(0);
    296295            this->end();
    297296        }
     
    301300             std::string message2(name2 + " has won!");
    302301             ChatManager::message(message2);
    303 this->tick(0);
    304302             this->end();
    305303        }
Note: See TracChangeset for help on using the changeset viewer.