Changeset 512 for abuse/trunk/src/devsel.cpp
- Timestamp:
- Apr 20, 2011, 12:39:27 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/devsel.cpp
r494 r512 10 10 11 11 #include "config.h" 12 13 #include "common.h" 12 14 13 15 #include "devsel.h" … … 35 37 case SPEC_BACKTILE : 36 38 { 37 return cache.backt(backtiles[0])->im-> width()/scale;39 return cache.backt(backtiles[0])->im->Size().x/scale; 38 40 } break; 39 41 default : … … 52 54 case SPEC_BACKTILE : 53 55 { 54 return cache.backt(backtiles[0])->im-> height()/scale;56 return cache.backt(backtiles[0])->im->Size().y/scale; 55 57 } break; 56 58 default :
Note: See TracChangeset
for help on using the changeset viewer.