| Previous | 199869 Revisions | Next |
| r32787 Friday 17th October, 2014 at 19:22:31 UTC by smf |
|---|
| simplify MSVC fix, tested with official MinGW, VS2013 & VS14 CTP4 (nw) |
| [src/mame/drivers] | segaufo.c |
| r32786 | r32787 | |
|---|---|---|
| 372 | 372 | { |
| 373 | 373 | // init/zerofill |
| 374 | 374 | static const float motor_speeds[4] = |
| 375 | { | |
| 375 | { 1.0f/CABINET_WIDTH, 1.0f/CABINET_DEPTH, 1.0f/CABINET_HEIGHT, 1.0f/CRANE_SIZE }; | |
| 376 | 376 | |
| 377 | 377 | for (int p = 0; p < 2; p++) |
| 378 | 378 | { |
| Previous | 199869 Revisions | Next |