Changeset 0b6f9ec in network-game


Ignore:
Timestamp:
May 17, 2014, 3:01:55 PM (10 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
master
Children:
af116c0
Parents:
84f9797
Message:

Very minor client changes

Location:
client
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • client/Client/main.cpp

    r84f9797 r0b6f9ec  
    263263   {
    264264      ALLEGRO_EVENT ev;
    265      
     265
    266266      al_wait_for_event(event_queue, &ev);
    267267
    268268      if(wndCurrent->handleEvent(ev)) {
     269         cout << "Processed gui event: " << getCurrentMillis() << endl;
    269270         // do nothing
    270271      }
  • client/makefile

    r84f9797 r0b6f9ec  
    3636
    3737clean:
    38         rm *.o
    39         rm gameClient
     38        rm -f *.o
     39        rm -f gameClient
Note: See TracChangeset for help on using the changeset viewer.