Changeset c51da03 in network-game for client/Client/GameRender.cpp
- Timestamp:
- Jan 26, 2014, 9:46:43 PM (11 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/GameRender.cpp
r5c7f28d rc51da03 1 1 #include "GameRender.h" 2 3 #include <cmath> 2 4 3 5 #include <allegro5/allegro_primitives.h> … … 62 64 case OBJECT_RED_FLAG: 63 65 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: 64 68 break; 65 69 }
Note:
See TracChangeset
for help on using the changeset viewer.