Changeset 512 for abuse/trunk/src/particle.cpp
- Timestamp:
- Apr 20, 2011, 12:39:27 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/particle.cpp
r494 r512 11 11 #include "config.h" 12 12 13 #include "common.h" 14 13 15 #include "macs.h" 14 16 #include "particle.h" … … 247 249 screen->lock(); 248 250 249 int w = screen-> width();251 int w = screen->Size().x; 250 252 uint8_t *addr; 251 253
Note: See TracChangeset
for help on using the changeset viewer.