mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
3855759fd5
- Convert USE_GMAKE to USES - Fix segfault - Rename patches according to porter's handbook
12 lines
298 B
C++
12 lines
298 B
C++
--- src/game/cMainMenu.cpp.orig 2004-02-21 15:48:50.000000000 +0300
|
|
+++ src/game/cMainMenu.cpp 2013-10-19 04:20:28.484773573 +0400
|
|
@@ -399,7 +399,7 @@
|
|
|
|
string &text = mDemoStrings[mCurrentString];
|
|
|
|
- static unsigned int i = 0;
|
|
+ static int i = 0;
|
|
if ( mLastLetter + 100 < now )
|
|
{
|
|
i++;
|