Changeset 0678d60 in network-game for server/DataAccess.cpp


Ignore:
Timestamp:
Jan 22, 2014, 1:31:27 AM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
06fc7f7
Parents:
204edcf
Message:

All server warnings have been fixed and the WorldMap class has a new method to create flags (and, in the future, other objects) based on structures present on the map

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/DataAccess.cpp

    r204edcf r0678d60  
    177177MYSQL_RES *DataAccess::select(string table, string filter)
    178178{
    179    MYSQL_RES *result;
    180179   int query_state;
    181180   ostringstream oss;
Note: See TracChangeset for help on using the changeset viewer.