diff options
Diffstat (limited to 'blinken/src/blinkengame.cpp')
-rw-r--r-- | blinken/src/blinkengame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blinken/src/blinkengame.cpp b/blinken/src/blinkengame.cpp index 7c1304d0..6a5f51ae 100644 --- a/blinken/src/blinkengame.cpp +++ b/blinken/src/blinkengame.cpp @@ -156,7 +156,7 @@ blinkenGame::color blinkenGame::generateColor() // make the compiler happy :-D color c = none; - r = 1 + (int)(4.0 * kapp -> random() / (RAND_MAX + 1.0)); + r = 1 + (int)(4.0 * tdeApp -> random() / (RAND_MAX + 1.0)); switch(r) { case 1: |