Changeset c51da03 in network-game for client/Client/GameRender.cpp


Ignore:
Timestamp:
Jan 26, 2014, 9:46:43 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
c991530
Parents:
5c7f28d (diff), 1e250bf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of github.com:weretaco/network-game

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/GameRender.cpp

    r5c7f28d rc51da03  
    11#include "GameRender.h"
     2
     3#include <cmath>
    24
    35#include <allegro5/allegro_primitives.h>
     
    6264               case OBJECT_RED_FLAG:
    6365                  al_draw_filled_rectangle(it->pos.x-8+mapPos.x, it->pos.y-8+mapPos.y, it->pos.x+8+mapPos.x, it->pos.y+8+mapPos.y, al_map_rgb(255, 0, 0));
     66                  break;
     67               case OBJECT_NONE:
    6468                  break;
    6569            }
Note: See TracChangeset for help on using the changeset viewer.